esp32 temperature node

This commit is contained in:
2025-10-04 00:28:07 -04:00
parent 57b1d3293d
commit 0460726807

View File

@@ -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)
{