esp32 temperature node

This commit is contained in:
2025-10-04 00:34:49 -04:00
parent cbf032c60d
commit c7e6767db3

View File

@@ -12,6 +12,7 @@
#include "esp_chip_info.h"
#include "esp_flash.h"
#include "esp_system.h"
#include "driver/i2c.h"
#include "bme280.h"
#define I2C_MASTER_SCL_IO CONFIG_I2C_MASTER_SCL /*!< GPIO number used for I2C master clock */