1
0
mirror of https://github.com/xfjx/TonUINO.git synced 2025-08-27 17:30:04 +02:00

Nachricht beim Auflegen einer neuen Karte wieder hinzugefügt.

This commit is contained in:
Thorsten Voß
2019-03-12 23:12:00 +01:00
parent 38c8f41818
commit d7305a3c83

View File

@@ -738,6 +738,8 @@ void loop() {
// Neue Karte konfigurieren // Neue Karte konfigurieren
else { else {
knownCard = false; knownCard = false;
mp3.playMp3FolderTrack(300);
waitForTrackToFinish();
setupCard(); setupCard();
} }
} }