Merge pull request #3606 from WoodyLetsCode/welcome

Fix bug that welcome page was not shown
This commit is contained in:
Blaž Kristan 2023-12-23 20:27:20 +01:00 committed by GitHub
commit 776502e6db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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