Skip to content

Commit

Permalink
Abschalttimer wird nun nach Abbruch wieder aktiviert
Browse files Browse the repository at this point in the history
  • Loading branch information
xfjx authored May 26, 2020
1 parent 4953a34 commit 1f274b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tonuino.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 1f274b4

Please sign in to comment.