Rename checkManualOpen to manualOpen and update references in controller and main files

This commit is contained in:
2026-06-09 19:22:50 +02:00
parent 4f81ea6c28
commit b9602ca614
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -22,4 +22,6 @@ void loop() {
ESP.restart();
else if (lastTimeCheckUpdate - millis() > timeWaitCheckUpdate)
updater.update();
controller.manualOpen();
}