1
0
mirror of https://github.com/xfjx/TonUINO.git synced 2025-08-25 22:01:41 +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
else {
knownCard = false;
mp3.playMp3FolderTrack(300);
waitForTrackToFinish();
setupCard();
}
}