You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-07-29 02:02:00 +03:00
adds will support to the connect packet
This commit is contained in:
@ -189,6 +189,10 @@ class Adafruit_MQTT {
|
||||
const char *clientid;
|
||||
const char *username;
|
||||
const char *password;
|
||||
const char *will_topic;
|
||||
const char *will_payload;
|
||||
uint8_t will_qos;
|
||||
uint8_t will_retain;
|
||||
uint8_t buffer[MAXBUFFERSIZE]; // one buffer, used for all incoming/outgoing
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user