debug: try STA reconnect 5s after LilyGO boot

This commit is contained in:
2026-07-01 23:43:33 -06:00
parent 983f9cae61
commit 95fa78ee64
@@ -4240,6 +4240,8 @@ void setup() {
server.begin();
Serial.println("Bare WebServer started");
lastStaReconnectAttempt = millis() - STA_RECONNECT_INTERVAL_MS + 5000;
heapCheckpoint("setup:end");
}