Rename checkManualOpen to manualOpen and update references in controller and main files
This commit is contained in:
@@ -22,4 +22,6 @@ void loop() {
|
||||
ESP.restart();
|
||||
else if (lastTimeCheckUpdate - millis() > timeWaitCheckUpdate)
|
||||
updater.update();
|
||||
|
||||
controller.manualOpen();
|
||||
}
|
||||
Reference in New Issue
Block a user