This commit is contained in:
2025-10-07 00:45:56 -04:00
parent ae500b26cd
commit 17beba61a1
4 changed files with 4 additions and 2 deletions

View File

@@ -1 +1 @@
e15cc48cd377f512386b2620bb413c302af5d4be
ae500b26cd917d9ecac79cbc9763362fde8cad83

View File

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

View File

@@ -9,7 +9,7 @@ static const char* MQTT_TAG = "MQTTronix";
#define WIFI_PASSWORD "208208208"
static const char* MQTT_BROKER_URI;
//static const char* MQTT_TAG;
static esp_mqtt_client_handle_t mqtt_client = NULL;
//static esp_mqtt_client_handle_t mqtt_client = NULL;
void mqttronix_update_temp (float temp);