fix a bug in tencent_firmware wrapper

This commit is contained in:
mculover666
2020-09-01 15:37:21 +08:00
parent 02d52c6caa
commit 1c0c391ceb
3 changed files with 8 additions and 6 deletions

View File

@@ -79,7 +79,7 @@ typedef struct mqtt_param_st {
typedef struct mqtt_message_st {
char topic[64];
char payload[128];
char payload[256];
} mqtt_message_t;
typedef void (*message_handler_t)(mqtt_message_t* msg);