diff --git a/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c b/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c index 5e1a1ed70..9cc81cf8c 100644 --- a/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c +++ b/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c @@ -53,7 +53,7 @@ static i2c_bus_handle_t i2c_bus = NULL; static bme280_handle_t bme280 = NULL; // BMP280 device handle -static bmp280_handle_t bmp280 = NULL; +//static bmp280_handle_t bmp280 = NULL; // I2C bus configuration struct i2c_config_t conf = {