1
0
mirror of https://github.com/xfjx/TonUINO.git synced 2025-08-21 20:45:17 +02:00

kleiner Bugfix um die Probleme beim Anlernen zu verbessern

This commit is contained in:
Thorsten Voß
2018-11-01 21:01:25 +01:00
committed by GitHub
parent fc3d9657dc
commit a45756e859

View File

@@ -455,6 +455,7 @@ void setupCard() {
myCard.special = voiceMenu(3, 320, 320);
// Karte ist konfiguriert -> speichern
mp3.pause();
writeCard(myCard);
}