From 0e41d63c97ac26dbbe73e8ffb0dfcd935099a3fd Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Fri, 10 Oct 2025 22:26:59 -0400 Subject: [PATCH] BMP280 --- ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {