mirror of
https://github.com/xfjx/TonUINO.git
synced 2025-08-17 23:31:34 +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)) {
|
if (pauseButton.pressedFor(LONG_PRESS)) {
|
||||||
mp3.playMp3FolderTrack(802);
|
mp3.playMp3FolderTrack(802);
|
||||||
ignorePauseButton = true;
|
ignorePauseButton = true;
|
||||||
|
checkStandbyAtMillis();
|
||||||
return defaultValue;
|
return defaultValue;
|
||||||
}
|
}
|
||||||
if (pauseButton.wasReleased()) {
|
if (pauseButton.wasReleased()) {
|
||||||
|
Reference in New Issue
Block a user