esp32 temperature node

This commit is contained in:
2025-10-04 04:11:20 -04:00
parent 4ba85cffed
commit b74977a268
4 changed files with 215 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
#include <stdio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_log.h"
#include "i2c_bus.h"
#include "bme280.h"