This commit is contained in:
2025-10-07 00:38:14 -04:00
parent e8120b9bea
commit 3326fbcfb5
5 changed files with 5 additions and 5 deletions

View File

@@ -14,8 +14,8 @@
#include "mqttronix.h"
static float temp_value = 0.0f;
static float battery_voltage = 0.0f;
static float sys_current = 0.0f;
static float pressure_voltage = 0.0f;
static float humidity_value = 0.0f;
static void mqtt_publish_task(void *arg) {
esp_mqtt_client_handle_t client = (esp_mqtt_client_handle_t)arg;