mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-11 21:10:23 +01:00
implemented support for non-string type last will messages
This commit is contained in:
@@ -93,6 +93,7 @@ typedef struct mqtt_connect_info
|
||||
char* will_topic;
|
||||
char* will_message;
|
||||
int keepalive;
|
||||
int will_length;
|
||||
int will_qos;
|
||||
int will_retain;
|
||||
int clean_session;
|
||||
|
||||
Reference in New Issue
Block a user