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

@@ -77,7 +77,7 @@ START_TEST(basic_connect)
"dumm",
NULL, NULL,
10,
NULL, NULL, 0, 0
NULL, NULL, 0, 0, 0
};
struct pbuf *p;
unsigned char rxbuf[] = {0x20, 0x02, 0x00, 0x00};