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 @@