瀏覽代碼

change: 默认禁用wlan和socket相关的库

Wendal Chen 3 年之前
父節點
當前提交
56d99e66ef
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      app/port/luat_conf_bsp.h

+ 5 - 5
app/port/luat_conf_bsp.h

@@ -57,12 +57,12 @@
 // #define LUAT_USE_DHCP 1
 // #define LUAT_USE_DHCP 1
 // #define LUAT_USE_DNS 1
 // #define LUAT_USE_DNS 1
 
 
-#define LUAT_USE_WLAN
-#define LUAT_USE_LWIP
-#define LUAT_USE_NETWORK
-#define LUAT_USE_DNS
+// #define LUAT_USE_WLAN
+// #define LUAT_USE_LWIP
+// #define LUAT_USE_NETWORK
+// #define LUAT_USE_DNS
 // #define LUAT_USE_TLS
 // #define LUAT_USE_TLS
-#define LUAT_USE_SNTP
+// #define LUAT_USE_SNTP
 
 
 #define LUAT_USE_IOTAUTH 1
 #define LUAT_USE_IOTAUTH 1