mirror of
https://github.com/xfjx/TonUINO.git
synced 2025-08-31 22:32:40 +02:00
Pause im KiTa-Modus deaktiviert
This commit is contained in:
@@ -407,6 +407,10 @@ class KindergardenMode: public Modifier {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
virtual bool handlePause() {
|
||||
Serial.println(F("== KindergardenMode::handlePause() -> LOCKED!"));
|
||||
return true;
|
||||
}
|
||||
virtual bool handleNextButton() {
|
||||
Serial.println(F("== KindergardenMode::handleNextButton() -> LOCKED!"));
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user