Lock auhc zurück nehmen wenn up oder down gedrückt wurde

This commit is contained in:
2024-06-10 20:48:04 +02:00
parent 30531b4c0b
commit 416fcb485b

View File

@@ -173,6 +173,10 @@ namespace ElektronischeLast
this->configurations = 0UL;
}
}
if(up.isReleased() || down.isReleased())
{
this->menu_locked = false;
}
}
void Menu::menu_call(void)