kopia lustrzana https://github.com/Aircoookie/WLED
Fix bug that welcome page was not shown
rodzic
42dba3170d
commit
7af5b24b03
|
@ -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("...");
|
||||
|
|
Ładowanie…
Reference in New Issue