Fix truncation of LWT message.

It's just too small to fit the whole JSON that is put there
in refreshBrokerState().
Этот коммит содержится в:
Valentin V. Bartenev
2026-04-28 02:11:59 +03:00
родитель 46b0df7a4b
Коммит 03c365124b
+1 -1
Просмотреть файл
@@ -94,7 +94,7 @@ private:
char* token;
char client_id[48];
char status_topic[128];
char offline_payload[256];
char offline_payload[512];
};
#endif