diff options
| author | s-ol <s+removethis@s-ol.nu> | 2024-03-12 18:48:33 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2024-03-12 18:48:33 +0000 |
| commit | 8eb11a2bd5670fdb4c4ae04949458951cbd3b3bf (patch) | |
| tree | c9a808baa92bb23e60c53d63d2a250617095c235 /web/index.html | |
| parent | web: fix manual cool control (diff) | |
| download | t937-serial-8eb11a2bd5670fdb4c4ae04949458951cbd3b3bf.tar.gz t937-serial-8eb11a2bd5670fdb4c4ae04949458951cbd3b3bf.zip | |
web: plot individual temperatures separately
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index 9d55a13..d62d2b7 100644 --- a/web/index.html +++ b/web/index.html @@ -15,7 +15,7 @@ </div> <div> <select id="profile" value=""> - <option value="">none</option> + <option value="">none / manual</option> <option value="0">profile 1</option> <option value="1">profile 2</option> <option value="2">profile 3</option> |
