We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec4488 commit 43eb2d6Copy full SHA for 43eb2d6
wled00/wled.cpp
@@ -474,7 +474,7 @@ void WLED::setup()
474
475
if (needsCfgSave) serializeConfigToFS(); // usermods required new parameters; need to wait for strip to be initialised #4752
476
477
- if (strcmp(multiWiFi[0].clientSSID, DEFAULT_CLIENT_SSID) == 0)
+ if (strcmp(multiWiFi[0].clientSSID, DEFAULT_CLIENT_SSID) == 0 && !configBackupExists())
478
showWelcomePage = true;
479
WiFi.persistent(false);
480
WiFi.onEvent(WiFiEvent);
0 commit comments