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:
@@ -94,7 +94,7 @@ private:
|
|||||||
char* token;
|
char* token;
|
||||||
char client_id[48];
|
char client_id[48];
|
||||||
char status_topic[128];
|
char status_topic[128];
|
||||||
char offline_payload[256];
|
char offline_payload[512];
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user