This commit is contained in:
2025-10-07 00:41:17 -04:00
parent 39a847ef9e
commit da2d30c508

View File

@@ -17,6 +17,8 @@ static float temp_value = 0.0f;
static float pressure_voltage = 0.0f;
static float humidity_value = 0.0f;
static char temp_str[6];
static void mqtt_publish_task(void *arg) {
esp_mqtt_client_handle_t client = (esp_mqtt_client_handle_t)arg;