mirror of https://github.com/arendst/Tasmota.git
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
|
void IoTTimerRefresh(void) { // Every second
|
||||||
|
if (!disp_power) { return; }
|
||||||
|
|
||||||
// Update temperature display content:
|
// Update temperature display content:
|
||||||
IoTTimerUpdateTemperature();
|
IoTTimerUpdateTemperature();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue