From 55f4c53e9b8c37137677796bcd61fd88e6e3272c Mon Sep 17 00:00:00 2001 From: blakadder Date: Sat, 11 Apr 2020 18:31:06 +0200 Subject: [PATCH] remove deprecated function --- tasmota/xsns_27_apds9960.ino | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tasmota/xsns_27_apds9960.ino b/tasmota/xsns_27_apds9960.ino index c426d535a..cdb390c73 100644 --- a/tasmota/xsns_27_apds9960.ino +++ b/tasmota/xsns_27_apds9960.ino @@ -39,18 +39,18 @@ #define XSNS_27 27 #define XI2C_21 21 // See I2CDEVICES.md -#if defined(USE_SHT) || defined(USE_VEML6070) || defined(USE_TSL2561) - #warning **** Turned off conflicting drivers SHT and VEML6070 **** - #ifdef USE_SHT - #undef USE_SHT // SHT-Driver blocks gesture sensor - #endif - #ifdef USE_VEML6070 - #undef USE_VEML6070 // address conflict on the I2C-bus - #endif - #ifdef USE_TSL2561 - #undef USE_TSL2561 // possible address conflict on the I2C-bus - #endif -#endif +// #if defined(USE_SHT) || defined(USE_VEML6070) || defined(USE_TSL2561) +// #warning **** Turned off conflicting drivers SHT and VEML6070 **** +// #ifdef USE_SHT +// #undef USE_SHT // SHT-Driver blocks gesture sensor +// #endif +// #ifdef USE_VEML6070 +// #undef USE_VEML6070 // address conflict on the I2C-bus +// #endif +// #ifdef USE_TSL2561 +// #undef USE_TSL2561 // possible address conflict on the I2C-bus +// #endif +// #endif #define APDS9960_I2C_ADDR 0x39