From 2112e6b58ce07ad36709262fc4be35e94542b788 Mon Sep 17 00:00:00 2001 From: nick Date: Wed, 1 Jul 2026 23:26:05 -0600 Subject: [PATCH] Revert "debug: restore final setup bits in LilyGO isolation" This reverts commit 617fef32ce46f3f03731e410e76c412c1e064ada. --- firmware/esp32/overland-controller/overland-controller.ino | 6 ------ 1 file changed, 6 deletions(-) diff --git a/firmware/esp32/overland-controller/overland-controller.ino b/firmware/esp32/overland-controller/overland-controller.ino index 3872972..ecb9c77 100644 --- a/firmware/esp32/overland-controller/overland-controller.ino +++ b/firmware/esp32/overland-controller/overland-controller.ino @@ -4151,8 +4151,6 @@ void setup() { printConfig(); - pinMode(IGNITION_PIN, INPUT); - initRelays(); heapCheckpoint("after:initRelays"); @@ -4176,10 +4174,6 @@ void setup() { startAccessPoint(); heapCheckpoint("after:startAccessPoint"); - oledShowSetupPage(); - - lastStaReconnectAttempt = millis() - STA_RECONNECT_INTERVAL_MS; - server.on("/", HTTP_GET, []() { Serial.println("HTTP GET / dashboard");