Fix truncation of LWT message.

It's just too small to fit the whole JSON that is put there
in refreshBrokerState().
This commit is contained in:
Valentin V. Bartenev
2026-04-28 02:11:59 +03:00
parent 46b0df7a4b
commit 03c365124b
+1 -1
View File
@@ -94,7 +94,7 @@ private:
char* token;
char client_id[48];
char status_topic[128];
char offline_payload[256];
char offline_payload[512];
};
#endif