mirror of
https://github.com/xfjx/TonUINO.git
synced 2025-08-28 17:29:58 +02:00
Bugfix für die Shortcuts
This commit is contained in:
@@ -451,6 +451,7 @@ void previousButton() {
|
||||
|
||||
void playFolder() {
|
||||
disablestandbyTimer();
|
||||
randomSeed(millis + random(1000));
|
||||
knownCard = true;
|
||||
_lastTrackFinished = 0;
|
||||
numTracksInFolder = mp3.getFolderTrackCount(myFolder->folder);
|
||||
@@ -536,6 +537,7 @@ void playShortCut(uint8_t shortCut) {
|
||||
myFolder = &mySettings.shortCuts[shortCut];
|
||||
playFolder();
|
||||
disablestandbyTimer();
|
||||
delay(500);
|
||||
}
|
||||
else
|
||||
Serial.println(F("Shortcut not configured!"));
|
||||
|
Reference in New Issue
Block a user