esp32 temperature node

This commit is contained in:
2025-10-04 00:44:16 -04:00
parent 4893311f5b
commit b52338cc1b
12 changed files with 833 additions and 829 deletions

View File

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