From 8a2f752d128af439af0047e162ca4f4a2ab3ec65 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 4 Oct 2025 04:32:54 -0400 Subject: [PATCH] esp32 temperature node --- 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 9131a97b9..2025c5830 100644 --- a/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c +++ b/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c @@ -56,7 +56,7 @@ void app_main(void) bme280 = bme280_create(i2c_bus, BME280_I2C_ADDRESS_DEFAULT); bme280_default_init(bme280); - bme280_set_sampling(bme280, BME_OVERSAMPLING_1X); + bme280_set_sampling(bme280, BME280_OVERSAMPLING_1X); while (true) {