mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +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
|
void IoTTimerRefresh(void) { // Every second
|
||||||
|
if (!disp_power) { return; }
|
||||||
|
|
||||||
// Update temperature display content:
|
// Update temperature display content:
|
||||||
IoTTimerUpdateTemperature();
|
IoTTimerUpdateTemperature();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user