From ab7481d1154f26ff58796fb1c30133306c70eb29 Mon Sep 17 00:00:00 2001 From: Christopher Tremblay Date: Sun, 25 Oct 2020 01:28:27 -0700 Subject: [PATCH] Fix error in tasmota_configuration Fix compile error in my build --- tasmota/tasmota_configurations.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasmota/tasmota_configurations.h b/tasmota/tasmota_configurations.h index a7b887792..3c48ad3f4 100644 --- a/tasmota/tasmota_configurations.h +++ b/tasmota/tasmota_configurations.h @@ -134,8 +134,7 @@ //#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_EZOCO2 // [I2cDriver55] Enable support for EZO's CO2 sensor (+0k3 code) - Shared EZO code required for any EZO device (+1k2 code) - #if defined(USE_EZOPH) || defined(USE_EZOORP) || defined(USE_EZORTD) || defined(USE_EZOHUM) || defined(USE_EZOEC) \ - defined(USE_EZOCO2) + #if defined(USE_EZOPH) || defined(USE_EZOORP) || defined(USE_EZORTD) || defined(USE_EZOHUM) || defined(USE_EZOEC) || defined(USE_EZOCO2) #define USE_EZO #endif