mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
Correction to counter_seconds
This commit is contained in:
parent
f937504dd5
commit
46612cddac
@ -167,7 +167,7 @@ bool HeatingMinuteCounter()
|
||||
|
||||
if ((Heating.status.counter_seconds % 60) == 0) {
|
||||
result = true;
|
||||
Heating.status.counter_seconds = 1;
|
||||
Heating.status.counter_seconds = 0;
|
||||
}
|
||||
return(result);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user