mirror of https://github.com/arendst/Tasmota.git
Fix merge
This commit is contained in:
parent
bbb4fbd24b
commit
6225298353
|
@ -502,15 +502,7 @@ void ThermostatCalculatePI()
|
|||
}
|
||||
}
|
||||
// If target value has not been reached
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
// AND we are within the histeresis
|
||||
=======
|
||||
// AND we are withinvr the histeresis
|
||||
>>>>>>> new_branch_dev
|
||||
=======
|
||||
// AND we are withinvr the histeresis
|
||||
>>>>>>> new_branch_dev
|
||||
// AND gradient is positive
|
||||
// then set value to 0
|
||||
else if ((Thermostat.temp_pi_error > 0)
|
||||
|
|
Loading…
Reference in New Issue