You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(PIEZO_PIN<0 && (optLoc==39||optLoc==40||optLoc==41||optLoc==47||optLoc==48||optLoc==49)) //no piezo: no signal pitches or alarm/timer/strike beeper pattern
610
610
|| ((PIEZO_PIN<0 && RELAY_MODE==0) && (optLoc==21||optLoc==50)) //no piezo, and relay is switch: no strike, or alarm fibonacci mode
@@ -1424,7 +1424,7 @@ void updateDisplay(){
1424
1424
}
1425
1425
}
1426
1426
break;
1427
-
case fnIsTemp: //thermometer
1427
+
case fnIsTemp: //thermometer TODO disable if rtc doesn't support it
0 commit comments