mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-18 12:52:38 +00:00
mqtt
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user