mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
rename mqttlog to mqttqueue
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#ifndef MyESP_h
|
||||
#define MyESP_h
|
||||
|
||||
#define MYESP_VERSION "1.2.30"
|
||||
#define MYESP_VERSION "1.2.31"
|
||||
|
||||
#include <ArduinoJson.h>
|
||||
#include <ArduinoOTA.h>
|
||||
@@ -345,7 +345,7 @@ class MyESP {
|
||||
char * _mqttTopic(const char * topic);
|
||||
bool _mqttQueue(const char * topic, const char * payload, bool retain);
|
||||
bool _mqttQueue(const char * topic, JsonDocument payload, bool retain);
|
||||
void _printMQTTLog();
|
||||
void _printMQTTQueue();
|
||||
void _mqttPublishQueue();
|
||||
void _mqttRemoveLastPublish();
|
||||
AsyncMqttClient mqttClient; // the MQTT class
|
||||
|
||||
Reference in New Issue
Block a user