mirror of
https://github.com/xfjx/TonUINO.git
synced 2025-08-22 04:32:49 +02:00
Fix for KiTa-Mode
This commit is contained in:
@@ -419,6 +419,9 @@ class KindergardenMode: public Modifier {
|
||||
Serial.println(F("== KindergardenMode::handleRFID() -> queued!"));
|
||||
this->nextCard = *newCard;
|
||||
this->cardQueued = true;
|
||||
if (!isPlaying()) {
|
||||
handleNext();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
KindergardenMode() {
|
||||
|
Reference in New Issue
Block a user