From a0744e90596b7c93844e8854be34f858147235a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Ha=C3=9Fel?= Date: Tue, 26 Aug 2025 19:14:42 +0200 Subject: [PATCH] beep at start --- src/mode/ModeTimer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mode/ModeTimer.h b/src/mode/ModeTimer.h index a002036..ba72794 100644 --- a/src/mode/ModeTimer.h +++ b/src/mode/ModeTimer.h @@ -134,6 +134,7 @@ public: } if (!countdown.isRunning()) { init(); + doBeep(1); countdown.start(); } else { pause.toggle();