From 0460726807dfb0a45998632db74c05a5dfbce4be Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 4 Oct 2025 00:28:07 -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 715aa7da0..cbf2053ab 100644 --- a/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c +++ b/ESP32-IDF_Temperture-Node-v2/main/hello_world_main.c @@ -30,7 +30,7 @@ #define MPU9250_SENSOR_ADDR 0x76 /*!< Slave address of the MPU9250 sensor */ static bme280_handle_t sensor = NULL; -float temperature; +float *temperature; void app_main(void) {