Explorar o código

change: 总是打开LUAT_USE_LWIP

Wendal Chen %!s(int64=2) %!d(string=hai) anos
pai
achega
b76f36ec9f
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      app/port/luat_conf_bsp.h

+ 2 - 3
app/port/luat_conf_bsp.h

@@ -345,6 +345,8 @@
 //<-- custom
 //------------------------------------------------------------------------------
 
+#define LUAT_USE_LWIP 1
+
 #if defined(LUAT_USE_HTTP) || defined(LUAT_USE_MQTT) || defined(LUAT_USE_FTP) || defined(LUAT_USE_SNTP) || defined(LUAT_USE_ERRDUMP)
 #ifndef LUAT_USE_NETWORK
 #define LUAT_USE_NETWORK
@@ -358,9 +360,6 @@
 #endif
 
 #if defined(LUAT_USE_NETWORK) || defined(LUAT_USE_ULWIP)
-#ifndef LUAT_USE_LWIP
-#define LUAT_USE_LWIP
-#endif
 #ifndef LUAT_USE_DNS
 #define LUAT_USE_DNS 1
 #endif