mirror of
				https://github.com/alexandrebobkov/ESP-Nodes.git
				synced 2025-10-31 16:41:42 +00:00 
			
		
		
		
	mqtt
This commit is contained in:
		| @@ -13,7 +13,8 @@ | |||||||
| #include "mqtt_client.h" | #include "mqtt_client.h" | ||||||
| #include "mqttronix.h" | #include "mqttronix.h" | ||||||
|  |  | ||||||
| static const char* MQTT_TAG = "MQTTronix"; | //static const char*  | ||||||
|  | MQTT_TAG = "MQTTronix"; | ||||||
|  |  | ||||||
| static void mqtt_publish_task(void *arg) { | static void mqtt_publish_task(void *arg) { | ||||||
|     esp_mqtt_client_handle_t client = (esp_mqtt_client_handle_t)arg; |     esp_mqtt_client_handle_t client = (esp_mqtt_client_handle_t)arg; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user