From 5c02b81daadf9ed1b5413c659234a03241999b9e Mon Sep 17 00:00:00 2001 From: Christopher Tremblay Date: Sun, 25 Oct 2020 01:47:54 -0700 Subject: [PATCH] Remove debug code --- tasmota/xsns_78_xezo.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xsns_78_xezo.ino b/tasmota/xsns_78_xezo.ino index 2284410de..beb8a2288 100644 --- a/tasmota/xsns_78_xezo.ino +++ b/tasmota/xsns_78_xezo.ino @@ -65,7 +65,7 @@ const char EZO_RTD_NAME[] PROGMEM = "RTD"; #endif //const char EZO_PMP_NAME[] PROGMEM = "PMP"; //const char EZO_FLO_NAME[] PROGMEM = "FLO"; -const char EZO_CO2_NAME[] PROGMEM = "pH"; +const char EZO_CO2_NAME[] PROGMEM = "CO2"; //const char EZO_PRS_NAME[] PROGMEM = "PRS"; //const char EZO_O2_NAME[] PROGMEM = "O2"; #ifdef USE_EZOHUM