1
0
mirror of https://github.com/xfjx/TonUINO.git synced 2025-08-26 21:04:46 +02:00

Hörbuchmodus -> Fortschritt nach dem Hörbuch wieder auf 1 setzen

This commit is contained in:
Thorsten Voß
2018-08-30 21:25:10 +02:00
parent 5b4d545669
commit 1127014eb4

View File

@@ -98,6 +98,8 @@ static void nextTrack() {
EEPROM.write(myCard.folder, track);
} else
mp3.sleep();
// Fortschritt zurück setzen
EEPROM.write(myCard.folder, 1);
}
}