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);