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();
|
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");
|
||||||
|
|||||||
Reference in New Issue
Block a user