Rename checkManualOpen to manualOpen and update references in controller and main files
This commit is contained in:
@@ -61,7 +61,7 @@ void Controller::openExactePercentAllShutter(float percent) {
|
||||
}
|
||||
}
|
||||
|
||||
void Controller::checkManualOpen() {
|
||||
void Controller::manualOpen() {
|
||||
// ouvre tous les volets du salon
|
||||
if (analogRead(A7) > 512) {
|
||||
openExactePercentSpecificShutter(0, 100);
|
||||
|
||||
Reference in New Issue
Block a user