Lock auhc zurück nehmen wenn up oder down gedrückt wurde
This commit is contained in:
parent
30531b4c0b
commit
416fcb485b
@ -173,6 +173,10 @@ namespace ElektronischeLast
|
|||||||
this->configurations = 0UL;
|
this->configurations = 0UL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(up.isReleased() || down.isReleased())
|
||||||
|
{
|
||||||
|
this->menu_locked = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Menu::menu_call(void)
|
void Menu::menu_call(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user