Skip to content

Commit

Permalink
Fix IoTTimer power off in DisplayModes 1 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed Nov 22, 2024
1 parent 16b6d35 commit 4925e9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasmota/tasmota_xdsp_display/xdsp_13_tm1640.ino
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,8 @@ void IoTTimerShowDate(void)


void IoTTimerRefresh(void) { // Every second
if (!disp_power) { return; }

// Update temperature display content:
IoTTimerUpdateTemperature();

Expand Down

0 comments on commit 4925e9c

Please sign in to comment.