G92 > send-to-ESP
This commit is contained in:
@@ -5,25 +5,26 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Robot Driver Info</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Math&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="allApps.css">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Robot Driver Status</h1>
|
||||
<!--<h1>Robot Driver Status</h1>-->
|
||||
|
||||
<div class="sections">
|
||||
<div id="status" class="section half" data-id="clients">
|
||||
<h2>Verbundene WebClients</h2>
|
||||
<h2>WebClients</h2>
|
||||
<ul id="clients"></ul>
|
||||
</div>
|
||||
|
||||
<div id="senders" class="section half" data-id="senders">
|
||||
<h2>Verbundene FluidNC-Controller</h2>
|
||||
<h2>FluidNC-Controller</h2>
|
||||
<ul id="senderList"></ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="driverState" class="section half" data-id="driver">
|
||||
<h2>Zustand Driver</h2>
|
||||
<h2>Position Driver</h2>
|
||||
<ul class="state-grid">
|
||||
<li><span>X</span><span id="state-x">–</span></li>
|
||||
<li><span>Y</span><span id="state-y">–</span></li>
|
||||
@@ -40,7 +41,7 @@
|
||||
|
||||
|
||||
<div id="motorState" class="section half" data-id="motors">
|
||||
<h2>Zustand Motoren</h2>
|
||||
<h2>Postion Motoren</h2>
|
||||
<ul class="state-grid">
|
||||
<li><span>X</span><span id="motor-x">–</span></li>
|
||||
<li><span>Y</span><span id="motor-y">–</span></li>
|
||||
@@ -57,12 +58,12 @@
|
||||
|
||||
|
||||
<div id="commands" class="section" data-id="commands">
|
||||
<h2>Letzte Commands</h2>
|
||||
<h2>Commands</h2>
|
||||
<ul id="commandList"></ul>
|
||||
</div>
|
||||
|
||||
<div id="pings" class="section" data-id="pings">
|
||||
<h2>Letzte Ping Nachrichten</h2>
|
||||
<h2>Ping Messages</h2>
|
||||
<ul id="pingList"></ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user