Fix IoTTimer power off in DisplayModes 1 and up

This commit is contained in:
Theo Arends 2024-11-22 22:17:26 +01:00
parent 16b6d353f4
commit 4925e9c9a8
1 changed files with 2 additions and 0 deletions

View File

@ -641,6 +641,8 @@ void IoTTimerShowDate(void)
void IoTTimerRefresh(void) { // Every second
if (!disp_power) { return; }
// Update temperature display content:
IoTTimerUpdateTemperature();