mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-05 12:16:31 +02:00
fix: WiFi reconnect on ESP8266
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user