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

This commit is contained in:
Carsten Keller 2024-06-10 20:48:04 +02:00
parent 30531b4c0b
commit 416fcb485b
Signed by: carsten
GPG Key ID: DF06343A3A9B8868

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)