remove/move #defines

This commit is contained in:
Staars 2019-08-07 08:24:24 +02:00
parent ef2556dfaf
commit 88a61ea49d
2 changed files with 1 additions and 2 deletions

View File

@ -131,6 +131,7 @@ void KNX_CB_Action(message_t const &msg, void *arg);
#define USE_ADE7953 // Enable ADE7953 Energy monitor as used on Shelly 2.5 (I2C address 0x38) (+1k5)
//#define USE_VL53L0X // Enable VL53L0x time of flight sensor (I2C address 0x29) (+4k code)
//#define USE_MLX90614 // Enable MLX90614 ir temp sensor (I2C address 0x5a) (+0.6k code)
#define USE_CHIRP // Enable CHIRP soil moisture sensor (variable I2C address)
#define USE_MHZ19 // Add support for MH-Z19 CO2 sensor (+2k code)
#define USE_SENSEAIR // Add support for SenseAir K30, K70 and S8 CO2 sensor (+2k3 code)

View File

@ -27,8 +27,6 @@
base - code base from arendst and - https://github.com/Miceuz/i2c-moisture-sensor
*/
#define USE_I2C
#define USE_CHIRP
#ifdef USE_I2C
#ifdef USE_CHIRP