Browse Source

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

Wendal Chen 3 years ago
parent
commit
56d99e66ef
1 changed files with 5 additions and 5 deletions
  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_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_SNTP
+// #define LUAT_USE_SNTP
 
 #define LUAT_USE_IOTAUTH 1