updated screen + added OTA

This commit is contained in:
2021-07-27 08:26:12 +02:00
parent 11b146c2d1
commit dd511c8e18
14 changed files with 261 additions and 57 deletions

View File

@@ -27,6 +27,7 @@ void handleButtons(void)
return;
}
Serial.println("Button pressed");
backlightRefresh();
// Increment display state
g_last_debounce_time = millis();
}