mirror of
https://github.com/xfjx/TonUINO.git
synced 2025-08-22 02:13:03 +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!"));
|
Serial.println(F("== KindergardenMode::handleRFID() -> queued!"));
|
||||||
this->nextCard = *newCard;
|
this->nextCard = *newCard;
|
||||||
this->cardQueued = true;
|
this->cardQueued = true;
|
||||||
|
if (!isPlaying()) {
|
||||||
|
handleNext();
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
KindergardenMode() {
|
KindergardenMode() {
|
||||||
|
Reference in New Issue
Block a user