debug: restore ignition pin and OLED setup only

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