kopia lustrzana https://github.com/Aircoookie/WLED
Merge pull request #3606 from WoodyLetsCode/welcome
Fix bug that welcome page was not shownpull/3621/head
commit
776502e6db
|
@ -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("...");
|
||||||
|
|
Ładowanie…
Reference in New Issue