diff options
| author | s-ol <s+removethis@s-ol.nu> | 2024-03-13 09:50:55 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2024-03-13 09:50:55 +0000 |
| commit | 3b8ae78c47704e54a48f4a347f973f2fc74ea2a2 (patch) | |
| tree | ce954b2eaef7f20c60c0f3e803c25f2dd08af4ff /web/index.html | |
| parent | web: reduce and alignt plot margins (diff) | |
| download | t937-serial-3b8ae78c47704e54a48f4a347f973f2fc74ea2a2.tar.gz t937-serial-3b8ae78c47704e54a48f4a347f973f2fc74ea2a2.zip | |
web: split temp display
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index d62d2b7..73717a7 100644 --- a/web/index.html +++ b/web/index.html @@ -6,7 +6,6 @@ </head> <body> <aside> - <label id="temps"></label> <section> <h1>device</h1> <div> @@ -14,6 +13,14 @@ <button id="connect">connect</button> </div> <div> + <label>chamber temp</label> + <label id="temps_chamber">-</label> + </div> + <div> + <label>controller temp</label> + <label id="temps_controller">-</label> + </div> + <div> <select id="profile" value=""> <option value="">none / manual</option> <option value="0">profile 1</option> |
