Skip to content

Commit 43eb2d6

Browse files
committed
check config backup as welcome page gate
1 parent 0ec4488 commit 43eb2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/wled.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ void WLED::setup()
474474

475475
if (needsCfgSave) serializeConfigToFS(); // usermods required new parameters; need to wait for strip to be initialised #4752
476476

477-
if (strcmp(multiWiFi[0].clientSSID, DEFAULT_CLIENT_SSID) == 0)
477+
if (strcmp(multiWiFi[0].clientSSID, DEFAULT_CLIENT_SSID) == 0 && !configBackupExists())
478478
showWelcomePage = true;
479479
WiFi.persistent(false);
480480
WiFi.onEvent(WiFiEvent);

0 commit comments

Comments
 (0)