fix: WiFi reconnect on ESP8266

This commit is contained in:
Phat Nguyen
2024-04-07 17:01:54 +07:00
parent 5b271f4ed9
commit 51ff8f8df4

View File

@ -254,6 +254,8 @@ void WifiConnector::_wifiProcess() {
displayShowText("Booting", "offline", "mode"); displayShowText("Booting", "offline", "mode");
Serial.println("failed to connect and hit timeout"); Serial.println("failed to connect and hit timeout");
delay(2500); delay(2500);
} else {
hasConfig = true;
} }
#endif #endif
} }