esp32 temperature node

This commit is contained in:
2025-10-04 05:35:27 -04:00
parent bcb4f40771
commit b23fcedcb6
2 changed files with 1 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include "esp_log.h"
#include "i2c_bus.h"
#include "bme280.h"
//#include "mqtt_network.h"
#include "config.h"
static const char *TAG = "esp32 node";