mqtt: support binary Will Message

see patch #10049
This commit is contained in:
Simon Goldschmidt
2023-09-29 22:08:03 +02:00
parent 2d6883c432
commit 14444c1c7f
4 changed files with 14 additions and 4 deletions

View File

@@ -54,6 +54,7 @@ static const struct mqtt_connect_client_info_t mqtt_client_info =
100, /* keep alive */
NULL, /* will_topic */
NULL, /* will_msg */
0, /* will_msg_len */
0, /* will_qos */
0 /* will_retain */
#if LWIP_ALTCP && LWIP_ALTCP_TLS