Răsfoiți Sursa

change: 总是打开LUAT_USE_LWIP

Wendal Chen 2 ani în urmă
părinte
comite
b76f36ec9f
1 a modificat fișierele cu 2 adăugiri și 3 ștergeri
  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