esp32 temperature node

This commit is contained in:
2025-10-04 05:31:06 -04:00
parent c6ca23e7c5
commit 81ee3c9e94

View File

@@ -20,6 +20,8 @@
#include "config.h"
static const char *TAG = "esp32 node";
// The three variables for storing the sensor readings (float for decimals)
float temperature = 0.0f, humidity = 0.0f, pressure = 0.0f;
int i2c_master_port = 0;