diff --git a/ConfigDataStructure.py b/ConfigDataStructure.py
index 8821e60..81d8d45 100644
--- a/ConfigDataStructure.py
+++ b/ConfigDataStructure.py
@@ -16,5 +16,5 @@ configItems = [
{"label":"DebugMode", "key":"debugMode", "type":"I", "default":0}
]
-magic = 0xC0DE0005
-appName = "ESP8266 based TwoLedSignal"
+magic = 3235774470
+appName = "ESP8266 based RGB-LED-Light"
diff --git a/configuration.cpp b/configuration.cpp
index 219adb4..1c70afe 100644
--- a/configuration.cpp
+++ b/configuration.cpp
@@ -51,10 +51,10 @@ void configServeIndex() {
""
"
"
- " ESP8266 based TwoLedSignal"
+ " ESP8266 based RGB-LED-Light"
" "
" "
- " ESP8266 based TwoLedSignal - ESP8266 Configuration Page
";
+ " ESP8266 based RGB-LED-Light - ESP8266 Configuration Page
";
if (configSaved) {
configSaved = false;
@@ -386,4 +386,4 @@ void showConfiguration() {
Serial.println("---");
-}
+}
\ No newline at end of file
diff --git a/defines.h b/defines.h
index 11cc521..ef66c29 100644
--- a/defines.h
+++ b/defines.h
@@ -25,7 +25,7 @@
#define CONFIG_SWITCH 0 // Arduino numbering
#endif
#ifdef NODEMCU
-#define CONFIG_SWITCH D4
+#define CONFIG_SWITCH D2
#endif
#ifdef WS2811
diff --git a/esp8266boilerplate b/esp8266boilerplate
index c9073c1..2441590 160000
--- a/esp8266boilerplate
+++ b/esp8266boilerplate
@@ -1 +1 @@
-Subproject commit c9073c1b7df6e906aae067aacd5c6c0800832a74
+Subproject commit 2441590cb8d0f30671b47e4b9956c2df221108d0