debug: try STA reconnect 5s after LilyGO boot
This commit is contained in:
@@ -4240,6 +4240,8 @@ void setup() {
|
||||
|
||||
server.begin();
|
||||
Serial.println("Bare WebServer started");
|
||||
lastStaReconnectAttempt = millis() - STA_RECONNECT_INTERVAL_MS + 5000;
|
||||
|
||||
heapCheckpoint("setup:end");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user