Fix merge

This commit is contained in:
Javier Arigita 2020-04-23 22:49:16 +02:00
parent 7c336a1105
commit bbb4fbd24b

View File

@ -502,8 +502,12 @@ void ThermostatCalculatePI()
} }
} }
// If target value has not been reached // If target value has not been reached
<<<<<<< HEAD
<<<<<<< HEAD <<<<<<< HEAD
// AND we are within the histeresis // AND we are within the histeresis
=======
// AND we are withinvr the histeresis
>>>>>>> new_branch_dev
======= =======
// AND we are withinvr the histeresis // AND we are withinvr the histeresis
>>>>>>> new_branch_dev >>>>>>> new_branch_dev
@ -710,7 +714,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;