start topic show datetime #347 #348

This commit is contained in:
Paul
2020-03-12 14:35:08 +01:00
parent f5f2791bcf
commit 9321b53e40
5 changed files with 46 additions and 21 deletions

View File

@@ -9,7 +9,7 @@
#ifndef MyESP_h
#define MyESP_h
#define MYESP_VERSION "1.2.35"
#define MYESP_VERSION "1.2.36"
#include <ArduinoJson.h>
#include <ArduinoOTA.h>
@@ -347,6 +347,7 @@ class MyESP {
void _printMQTTQueue();
void _mqttPublishQueue();
void _mqttRemoveLastPublish();
void _sendStartTopic();
AsyncMqttClient mqttClient; // the MQTT class
uint32_t _mqtt_reconnect_delay;
mqtt_callback_f _mqtt_callback_f;