mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Fix merge
This commit is contained in:
parent
88e0af98db
commit
7c336a1105
@ -502,7 +502,11 @@ void ThermostatCalculatePI()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// If target value has not been reached
|
// If target value has not been reached
|
||||||
|
<<<<<<< HEAD
|
||||||
// AND we are within the histeresis
|
// AND we are within the histeresis
|
||||||
|
=======
|
||||||
|
// AND we are withinvr the histeresis
|
||||||
|
>>>>>>> new_branch_dev
|
||||||
// AND gradient is positive
|
// AND gradient is positive
|
||||||
// then set value to 0
|
// then set value to 0
|
||||||
else if ((Thermostat.temp_pi_error > 0)
|
else if ((Thermostat.temp_pi_error > 0)
|
||||||
@ -706,7 +710,7 @@ void ThermostatWork()
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
Thermostat.status.command_output = IFACE_OFF;
|
Thermostat.status.command_output = IFACE_OFF;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
bool output_command;
|
bool output_command;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user