debug: restore final setup bits in LilyGO isolation

This commit is contained in:
2026-07-01 23:22:42 -06:00
parent ebed07500a
commit 617fef32ce
@@ -4151,6 +4151,8 @@ void setup() {
printConfig();
pinMode(IGNITION_PIN, INPUT);
initRelays();
heapCheckpoint("after:initRelays");
@@ -4174,6 +4176,10 @@ void setup() {
startAccessPoint();
heapCheckpoint("after:startAccessPoint");
oledShowSetupPage();
lastStaReconnectAttempt = millis() - STA_RECONNECT_INTERVAL_MS;
server.on("/", HTTP_GET, []() {
Serial.println("HTTP GET / dashboard");