1
0
mirror of https://github.com/xfjx/TonUINO.git synced 2025-08-28 18:50:03 +02:00

Kleiner Bugfix

This commit is contained in:
Thorsten Voß
2019-01-11 00:30:14 +01:00
parent eccd0ec5c9
commit eee926ad2e

View File

@@ -235,6 +235,7 @@ static void nextTrack(uint16_t track) {
setstandbyTimer();
}
}
delay(500);
}
static void previousTrack() {
@@ -537,7 +538,7 @@ void playShortCut(uint8_t shortCut) {
myFolder = &mySettings.shortCuts[shortCut];
playFolder();
disablestandbyTimer();
delay(500);
delay(1000);
}
else
Serial.println(F("Shortcut not configured!"));