1
0
mirror of https://github.com/xfjx/TonUINO.git synced 2025-08-17 06:04:05 +02:00

Abschalttimer wird nun nach Abbruch wieder aktiviert

This commit is contained in:
Thorsten Voß
2020-05-26 08:11:39 +02:00
committed by GitHub
parent 4953a34e46
commit 1f274b4cb1

View File

@@ -1359,6 +1359,7 @@ uint8_t voiceMenu(int numberOfOptions, int startMessage, int messageOffset,
if (pauseButton.pressedFor(LONG_PRESS)) {
mp3.playMp3FolderTrack(802);
ignorePauseButton = true;
checkStandbyAtMillis();
return defaultValue;
}
if (pauseButton.wasReleased()) {