Revert "debug: restore ignition pin and OLED setup only"

This reverts commit ac6b0475ff.
This commit is contained in:
2026-07-01 23:31:55 -06:00
parent ac6b0475ff
commit c8d0e4a23f
@@ -4151,8 +4151,6 @@ void setup() {
printConfig(); printConfig();
pinMode(IGNITION_PIN, INPUT);
initRelays(); initRelays();
heapCheckpoint("after:initRelays"); heapCheckpoint("after:initRelays");
@@ -4176,8 +4174,6 @@ void setup() {
startAccessPoint(); startAccessPoint();
heapCheckpoint("after:startAccessPoint"); heapCheckpoint("after:startAccessPoint");
oledShowSetupPage();
server.on("/", HTTP_GET, []() { server.on("/", HTTP_GET, []() {
Serial.println("HTTP GET / dashboard"); Serial.println("HTTP GET / dashboard");