add more mqtt logging for disonnect

This commit is contained in:
proddy
2020-07-26 20:29:45 +02:00
parent 90d33259f2
commit fab2fba64f
2 changed files with 19 additions and 25 deletions

View File

@@ -133,7 +133,6 @@ class Mqtt {
void on_publish(uint16_t packetId);
void on_message(char * topic, char * payload, size_t len);
static char * make_topic(char * result, const std::string & topic);
void process_queue();
void process_all_queue();