mirror of
https://github.com/xfjx/TonUINO.git
synced 2025-08-29 20:00:09 +02:00
Kleiner Bugfix
This commit is contained in:
@@ -235,6 +235,7 @@ static void nextTrack(uint16_t track) {
|
|||||||
setstandbyTimer();
|
setstandbyTimer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
delay(500);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void previousTrack() {
|
static void previousTrack() {
|
||||||
@@ -537,7 +538,7 @@ void playShortCut(uint8_t shortCut) {
|
|||||||
myFolder = &mySettings.shortCuts[shortCut];
|
myFolder = &mySettings.shortCuts[shortCut];
|
||||||
playFolder();
|
playFolder();
|
||||||
disablestandbyTimer();
|
disablestandbyTimer();
|
||||||
delay(500);
|
delay(1000);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
Serial.println(F("Shortcut not configured!"));
|
Serial.println(F("Shortcut not configured!"));
|
||||||
|
Reference in New Issue
Block a user