File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ void ctrlEvt(byte ctrl, byte evt){
313
313
stoppingSignal = true ;
314
314
signalRemain = 0 ;
315
315
if (signalType==0 ) noTone (signalPin);
316
- // If we're displaying the clock (as alarm trigger does), start snooze. 0 will have no effect
316
+ // If we're displaying the clock (as alarm trigger does), start snooze. 0 will have no effect. TODO chime may trigger this also?
317
317
if (fn==fnIsTime) snoozeRemain = readEEPROM (24 ,false )*60 ;
318
318
return ;
319
319
}
@@ -690,7 +690,7 @@ void checkRTC(bool force){
690
690
case 1 : // single beep via normal signal cycle
691
691
if (tod.minute ()==0 ) signalRemain = 1 ; break ;
692
692
case 2 : // long pip
693
- if (tod.minute ()==0 ) tone (signalPin, signalPitch, (signalType==0 ?500 :signalBeepDur));
693
+ if (tod.minute ()==0 ) tone (signalPin, signalPitch, (signalType==0 ?500 :signalBeepDur)); break ;
694
694
case 3 : // hour strike via normal signal cycle
695
695
if (tod.minute ()==0 ) signalRemain = hr; break ;
696
696
case 4 : // ship's bell at :00 and :30 mins
You can’t perform that action at this time.
0 commit comments