1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-07-27 15:01:49 +03:00

stop loosing messages

This commit is contained in:
Ricardo Gorosito
2021-05-23 15:52:35 -03:00
parent e524b5f3ae
commit 4cb40f87d2
2 changed files with 37 additions and 6 deletions

View File

@ -320,6 +320,8 @@ public:
AdafruitIO_MQTT *io_mqtt;
bool new_message;
private:
Adafruit_MQTT *mqtt;
};