1
0
mirror of https://github.com/xfjx/TonUINO.git synced 2025-08-22 11:22:53 +02:00

Fix for KiTa-Mode

This commit is contained in:
Thorsten Voß
2019-04-18 19:29:02 +02:00
parent a1dcb46dbf
commit 118e5974b1

View File

@@ -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() {