mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-30 21:39:27 +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