diff --git a/ESP32/static/index.html b/ESP32/static/index.html index 9945a6b..3234a9d 100644 --- a/ESP32/static/index.html +++ b/ESP32/static/index.html @@ -4,38 +4,194 @@ BusyLight + -

Status

- +

BusyLight Status

-
-
-
-
- +
-
@@ -48,7 +204,6 @@ alphaChannel: false }; - //var colorPicker = new JSColor("colorPicker", "{preset:'default', onChange: 'putColor(this)'}") var colorPickerOpts = {}; colorPickerOpts["preset"] = "rgb"; colorPickerOpts["format"] = "rgb"; @@ -102,7 +257,6 @@ statusRadio.checked = true; } - async function putStatus(status) { var s = await setStatus(status); setColorPickerColor(status); @@ -131,6 +285,5 @@ var b = await setBrightness(brightness); } - - \ No newline at end of file +