소스 검색

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

Wendal Chen 3 년 전
부모
커밋
b8cfd8b773
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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