From fadbd2d38d7cedd5ba129322c79e9cfe6ffbc1fd Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Mon, 31 Dec 2018 21:53:13 +0100 Subject: [PATCH] fixes in ttgobeam_old.h --- src/hal/ttgobeam_old.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/hal/ttgobeam_old.h b/src/hal/ttgobeam_old.h index f6fd4531..5555636e 100644 --- a/src/hal/ttgobeam_old.h +++ b/src/hal/ttgobeam_old.h @@ -9,10 +9,9 @@ // enable only if device has these sensors, otherwise comment these lines // BME680 sensor on I2C bus -// attention: Pin21 is also LED! set HAS_LED to NOT_A_PIN if using BME280 -// don't forget to connect SDIO of BME680 to GND for selecting i2c addr 0x76 //#define HAS_BME GPIO_NUM_21, GPIO_NUM_22 // SDA, SCL -//#define HAS_LED NOT_A_PIN // on board green LED +//#define BME_ADDR BME680_I2C_ADDR_PRIMARY // connect SDIO of BME680 to GND +//#define HAS_LED NOT_A_PIN // on board green LED uses same GPIO as SDA! #define HAS_LED GPIO_NUM_21 // on board green LED