mirror of https://github.com/arendst/Tasmota.git
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…
Reference in New Issue