From 2e08463ae85ef917a5550647144ec40694c05ecc Mon Sep 17 00:00:00 2001 From: reloxx13 Date: Sun, 28 Oct 2018 20:52:48 +0100 Subject: [PATCH] dont be on by default --- sonoff/my_user_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonoff/my_user_config.h b/sonoff/my_user_config.h index 0360cb01b..187f8cb5e 100644 --- a/sonoff/my_user_config.h +++ b/sonoff/my_user_config.h @@ -281,8 +281,8 @@ #ifdef USE_I2C #define USE_SHT // Enable SHT1X sensor (+1k4 code) #define USE_HTU // Enable HTU21/SI7013/SI7020/SI7021 sensor (I2C address 0x40) (+1k5 code) - #define USE_BMP // Enable BMP085/BMP180/BMP280/BME280 sensor (I2C address 0x76 or 0x77) (+4k code) - #define USE_BMP2X // Enable BMP085/BMP180/BMP280/BME280 sensor (I2C address 0x76 or 0x77) (+4k code) + #define USE_BMP // Enable BMP085/BMP180/BMP280/BME280 sensor (I2C address either 0x76 or 0x77) (+4k code) +//#define USE_BMP2X // Enable BMP085/BMP180/BMP280/BME280 sensor (I2C address both 0x76 or 0x77) (+???k code) // #define USE_BME680 // Enable support for BME680 sensor using Bosch BME680 library (+4k code) #define USE_BH1750 // Enable BH1750 sensor (I2C address 0x23 or 0x5C) (+0k5 code) // #define USE_VEML6070 // Enable VEML6070 sensor (I2C addresses 0x38 and 0x39) (+1k5 code)