From fccc010d70d4abd71f455ff58e6cd0a11bb9f8b3 Mon Sep 17 00:00:00 2001 From: DanielR92 Date: Tue, 27 Sep 2022 19:26:23 +0200 Subject: [PATCH] fast fix, fast error, that should be the last com. --- tools/esp8266/hmDefines.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/esp8266/hmDefines.h b/tools/esp8266/hmDefines.h index ff3b6f65..1013acd5 100644 --- a/tools/esp8266/hmDefines.h +++ b/tools/esp8266/hmDefines.h @@ -160,7 +160,6 @@ const byteAssign_t hm2chAssignment[] = { { FLD_F, UNIT_HZ, CH0, 28, 2, 100 }, { FLD_PF, UNIT_NONE,CH0, 36, 2, 1000 }, { FLD_T, UNIT_C, CH0, 38, 2, 10 }, - { FLD_PF, UNIT_NONE,CH0, 56, 2, 1000 }, { FLD_ALARM_MES_CNT, UNIT_NONE, CH0, 40, 2, 1 }, { FLD_YD, UNIT_WH, CH0, CALC_YD_CH0, 0, CMD_CALC }, { FLD_YT, UNIT_KWH, CH0, CALC_YT_CH0, 0, CMD_CALC },