From 95a4d6cd5ddaa1fd776939b3752d19e945cae93c Mon Sep 17 00:00:00 2001 From: Javier Arigita Date: Sat, 18 Apr 2020 21:07:08 +0200 Subject: [PATCH] Adding debug features, disable by default --- tasmota/xdrv_39_heating.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/xdrv_39_heating.ino b/tasmota/xdrv_39_heating.ino index 487f388ca..ba448be27 100644 --- a/tasmota/xdrv_39_heating.ino +++ b/tasmota/xdrv_39_heating.ino @@ -1184,8 +1184,8 @@ bool Xdrv39(uint8_t function) AddLog_P2(LOG_LEVEL_INFO, PSTR("Heating.status.counter_seconds: %s"), result_chr); dtostrfd(Heating.status.heating_mode, 0, result_chr); AddLog_P2(LOG_LEVEL_INFO, PSTR("Heating.status.heating_mode: %s"), result_chr); - dtostrfd(Heating.status.heating_mode, 0, result_chr); - AddLog_P2(LOG_LEVEL_INFO, PSTR("Heating.status.heating_mode: %s"), result_chr); + dtostrfd(Heating.status.controller_mode, 0, result_chr); + AddLog_P2(LOG_LEVEL_INFO, PSTR("Heating.status.controller_mode: %s"), result_chr); AddLog_P2(LOG_LEVEL_INFO, PSTR("------ Heating End ------")); AddLog_P2(LOG_LEVEL_INFO, PSTR("")); #endif