updated schematics

This commit is contained in:
proddy
2018-05-21 12:21:49 +02:00
parent 643815bdc9
commit 9db98fa304
3 changed files with 3 additions and 4 deletions

View File

@@ -223,9 +223,8 @@ void showInfo() {
EMS_Thermostat.month,
EMS_Thermostat.year + 2000);
myDebug(" Setpoint room temperature is %s C and current room temperature is %s C\n",
_float_to_char(s, EMS_Thermostat.setpoint_roomTemp),
_float_to_char(s, EMS_Thermostat.curr_roomTemp));
myDebug(" Setpoint room temperature is %s C\n", _float_to_char(s, EMS_Thermostat.setpoint_roomTemp));
myDebug(" Current room temperature is %s C\n", _float_to_char(s, EMS_Thermostat.curr_roomTemp));
}
// show the Shower Info