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