mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-19 20:37:51 +00:00
mqtt
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#include "mqtt_client.h"
|
#include "mqtt_client.h"
|
||||||
#include "mqttronix.h"
|
#include "mqttronix.h"
|
||||||
|
|
||||||
//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