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:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user