diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index db809b67b..50414dba7 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -566,7 +566,7 @@ // #define USE_EZOORP // [I2cDriver55] Enable support for EZO's ORP sensor (+0k3 code) - Shared EZO code required for any EZO device (+1k2 code) // #define USE_EZORTD // [I2cDriver55] Enable support for EZO's RTD sensor (+0k2 code) - Shared EZO code required for any EZO device (+1k2 code) // #define USE_EZOHUM // [I2cDriver55] Enable support for EZO's HUM sensor (+0k3 code) - Shared EZO code required for any EZO device (+1k2 code) - #define USE_EZOEC // [I2cDriver55] Enable support for EZO's EC sensor (+0k3 code) - Shared EZO code required for any EZO device (+1k2 code) +// #define USE_EZOEC // [I2cDriver55] Enable support for EZO's EC sensor (+0k3 code) - Shared EZO code required for any EZO device (+1k2 code) // #define USE_DISPLAY // Add I2C Display Support (+2k code) #define USE_DISPLAY_MODES1TO5 // Enable display mode 1 to 5 in addition to mode 0 diff --git a/tasmota/xsns_78_xezo.ino b/tasmota/xsns_78_xezo.ino index 244268e00..659d3efa3 100644 --- a/tasmota/xsns_78_xezo.ino +++ b/tasmota/xsns_78_xezo.ino @@ -58,7 +58,7 @@ const char EZO_ORP_NAME[] PROGMEM = "ORP"; const char EZO_PH_NAME[] PROGMEM = "pH"; #endif #ifdef USE_EZOEC -const char EZO_EC_NAME[] PROGMEM = "pH"; +const char EZO_EC_NAME[] PROGMEM = "EC"; #endif #ifdef USE_EZORTD const char EZO_RTD_NAME[] PROGMEM = "RTD";