esp32 temperature node

This commit is contained in:
2025-10-04 01:19:12 -04:00
parent b07786a783
commit 4cb7804871
3 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
96f5a33e59a495a8035cffcb061e7af5 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/ESP32-IDF_Temperture-Node-v2.bin
7dda4cd2d6d6dbc55ef8f127377e625a /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_Temperture-Node-v2/build/ESP32-IDF_Temperture-Node-v2.bin

View File

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