mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Fix IoTTimer power off in DisplayModes 1 and up
This commit is contained in:
parent
16b6d353f4
commit
4925e9c9a8
@ -641,6 +641,8 @@ void IoTTimerShowDate(void)
|
||||
|
||||
|
||||
void IoTTimerRefresh(void) { // Every second
|
||||
if (!disp_power) { return; }
|
||||
|
||||
// Update temperature display content:
|
||||
IoTTimerUpdateTemperature();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user