Revert "debug: restore ignition pin and OLED setup only"
This reverts commit ac6b0475ff.
This commit is contained in:
@@ -4151,8 +4151,6 @@ void setup() {
|
||||
|
||||
printConfig();
|
||||
|
||||
pinMode(IGNITION_PIN, INPUT);
|
||||
|
||||
initRelays();
|
||||
heapCheckpoint("after:initRelays");
|
||||
|
||||
@@ -4176,8 +4174,6 @@ void setup() {
|
||||
startAccessPoint();
|
||||
heapCheckpoint("after:startAccessPoint");
|
||||
|
||||
oledShowSetupPage();
|
||||
|
||||
|
||||
server.on("/", HTTP_GET, []() {
|
||||
Serial.println("HTTP GET / dashboard");
|
||||
|
||||
Reference in New Issue
Block a user