From 5c0ff17c8bd51467fc1ee219379f20d4eff69534 Mon Sep 17 00:00:00 2001
From: Nico <67909777+nicolaeser@users.noreply.github.com>
Date: Wed, 26 Feb 2025 20:55:35 +0100
Subject: [PATCH] Update index.html
---
ESP32/static/index.html | 149 ++++++++++++++++++++++++++++++----------
1 file changed, 112 insertions(+), 37 deletions(-)
diff --git a/ESP32/static/index.html b/ESP32/static/index.html
index 95858b2..3234a9d 100644
--- a/ESP32/static/index.html
+++ b/ESP32/static/index.html
@@ -5,89 +5,166 @@
@@ -127,7 +204,6 @@
alphaChannel: false
};
- //var colorPicker = new JSColor("colorPicker", "{preset:'default', onChange: 'putColor(this)'}")
var colorPickerOpts = {};
colorPickerOpts["preset"] = "rgb";
colorPickerOpts["format"] = "rgb";
@@ -181,7 +257,6 @@
statusRadio.checked = true;
}
-
async function putStatus(status) {
var s = await setStatus(status);
setColorPickerColor(status);