fix: works?

This commit is contained in:
2025-11-07 23:15:53 +06:00
parent 1403c53d32
commit 90e8a20a8b
5 changed files with 358 additions and 361 deletions

View File

@@ -4,11 +4,11 @@
#define LWIP_DEBUG 1
#define LWIP_DBG_MIN_LEVEL LWIP_DBG_LEVEL_ALL
#define UDP_DEBUG LWIP_DBG_ON
#define IP_DEBUG LWIP_DBG_ON
// #define UDP_DEBUG LWIP_DBG_ON
// #define IP_DEBUG LWIP_DBG_ON
#define DHCP_DEBUG LWIP_DBG_ON
#define NETIF_DEBUG LWIP_DBG_ON
#define ETHARP_DEBUG LWIP_DBG_ON
// #define ETHARP_DEBUG LWIP_DBG_ON
#define NO_SYS 1
@@ -52,6 +52,6 @@
// Statistics
#define LWIP_STATS 0
#define LWIP_NETIF_LINK_CALLBACK 1
// #define LWIP_NETIF_LINK_CALLBACK 1
#endif /* __LWIPOPTS_H__ */