Fix bug that welcome page was not shown

This commit is contained in:
Woody 2023-12-21 22:17:43 +01:00
parent 42dba3170d
commit 7af5b24b03
No known key found for this signature in database
GPG Key ID: 9872D7F5072789B2

View File

@ -723,9 +723,10 @@ void WLED::initConnection()
WiFi.mode(WIFI_STA); WiFi.mode(WIFI_STA);
} }
} }
showWelcomePage = false;
if (WLED_WIFI_CONFIGURED) { if (WLED_WIFI_CONFIGURED) {
showWelcomePage = false;
DEBUG_PRINT(F("Connecting to ")); DEBUG_PRINT(F("Connecting to "));
DEBUG_PRINT(clientSSID); DEBUG_PRINT(clientSSID);
DEBUG_PRINTLN("..."); DEBUG_PRINTLN("...");