Browse Source

change: 调整conf_bsp.h,说明无法启用TLS

Wendal Chen 3 years ago
parent
commit
b8cfd8b773
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/port/luat_conf_bsp.h

+ 3 - 0
app/port/luat_conf_bsp.h

@@ -61,7 +61,10 @@
 // #define LUAT_USE_LWIP
 // #define LUAT_USE_NETWORK
 // #define LUAT_USE_DNS
+
+// 内存不足, 无法开启TLS
 // #define LUAT_USE_TLS
+
 // #define LUAT_USE_SNTP
 
 #define LUAT_USE_IOTAUTH 1