mirror of
https://github.com/xfjx/TonUINO.git
synced 2025-08-30 01:19:56 +02:00
Bugfix für Dennis
This commit is contained in:
@@ -51,7 +51,7 @@ unsigned long sleepAtMillis = 0;
|
|||||||
static void nextTrack(uint16_t track);
|
static void nextTrack(uint16_t track);
|
||||||
int voiceMenu(int numberOfOptions, int startMessage, int messageOffset,
|
int voiceMenu(int numberOfOptions, int startMessage, int messageOffset,
|
||||||
bool preview = false, int previewFromFolder = 0, int defaultValue = 0);
|
bool preview = false, int previewFromFolder = 0, int defaultValue = 0);
|
||||||
|
bool isPlaying();
|
||||||
bool knownCard = false;
|
bool knownCard = false;
|
||||||
|
|
||||||
// implement a notification class,
|
// implement a notification class,
|
||||||
@@ -465,7 +465,7 @@ void loop() {
|
|||||||
// make random a little bit more "random"
|
// make random a little bit more "random"
|
||||||
randomSeed(millis());
|
randomSeed(millis());
|
||||||
if (myCard.cookie == 322417479 && myCard.folder != 0 && myCard.mode != 0) {
|
if (myCard.cookie == 322417479 && myCard.folder != 0 && myCard.mode != 0) {
|
||||||
|
disablestandbyTimer();
|
||||||
knownCard = true;
|
knownCard = true;
|
||||||
_lastTrackFinished = 0;
|
_lastTrackFinished = 0;
|
||||||
numTracksInFolder = mp3.getFolderTrackCount(myCard.folder);
|
numTracksInFolder = mp3.getFolderTrackCount(myCard.folder);
|
||||||
|
Reference in New Issue
Block a user