Skip to content

Commit

Permalink
update: 设置mqtt最大报文长度为32k
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed May 1, 2024
1 parent 677a096 commit a9e72f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/luat_conf_bsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
// #define LV_USE_LOG 1
// #define LUAT_LV_DEBUG 1

#define MQTT_RECV_BUF_LEN_MAX (32*1024)

//----------------------------
// 外设,按需启用, 最起码启用uart和wdt库
#define LUAT_USE_UART 1
Expand Down

0 comments on commit a9e72f7

Please sign in to comment.