From 47e5afd1dd81b6723c68bdb2b89025cb129aa312 Mon Sep 17 00:00:00 2001 From: Tobias Blum Date: Fri, 29 Sep 2017 23:48:29 +0200 Subject: [PATCH] Adopt changes to HTML source --- Arduino/McLighting/definitions.h | 3 ++- clients/web/build/index.htm | 30 +++++++++++++++++------------- clients/web/src/index.htm | 24 +++++++++++++++++------- clients/web/src/js/script.js | 12 ++++++++++-- 4 files changed, 46 insertions(+), 23 deletions(-) diff --git a/Arduino/McLighting/definitions.h b/Arduino/McLighting/definitions.h index 617e3d4..9bff8fb 100644 --- a/Arduino/McLighting/definitions.h +++ b/Arduino/McLighting/definitions.h @@ -12,7 +12,8 @@ const char HOSTNAME[] = "ESP8266_01"; // Friedly hostname uint32_t autoParams[][4] = { // color, speed, mode, duration (seconds) {0xff0000, 200, 1, 5.0}, // blink red for 5 seconds {0x00ff00, 200, 3, 10.0}, // wipe green for 10 seconds - {0x0000ff, 200, 11, 5.0} // dual scan blue for 5 seconds + {0x0000ff, 200, 11, 5.0}, // dual scan blue for 5 seconds + {0x0000ff, 200, 42, 15.0} // fireworks for 15 seconds }; #ifdef ENABLE_MQTT diff --git a/clients/web/build/index.htm b/clients/web/build/index.htm index 14b2c9e..1592777 100644 --- a/clients/web/build/index.htm +++ b/clients/web/build/index.htm @@ -16,6 +16,7 @@