mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
backport bugfix lwip for v4.1
This commit is contained in:
parent
ffe4d844bf
commit
72b35dec11
@ -1 +1 @@
|
||||
Subproject commit 7285b846a22ebd02377bd9c67e7f9eaaf842492b
|
||||
Subproject commit 2c9c531f0a7e0ee536db9de4f9dc54e453712087
|
@ -860,6 +860,7 @@ u32_t lwip_hook_tcp_isn(const struct ip_addr *local_ip, u16_t local_port,
|
||||
#define ESP_SOCKET 1
|
||||
#define ESP_LWIP_SELECT 1
|
||||
#define ESP_LWIP_LOCK 1
|
||||
#define ESP_THREAD_PROTECTION 1
|
||||
|
||||
#ifdef CONFIG_LWIP_IPV6_AUTOCONFIG
|
||||
#define ESP_IPV6_AUTOCONFIG CONFIG_LWIP_IPV6_AUTOCONFIG
|
||||
@ -885,6 +886,7 @@ u32_t lwip_hook_tcp_isn(const struct ip_addr *local_ip, u16_t local_port,
|
||||
* DHCP_DEBUG: Enable debugging in dhcp.c.
|
||||
*/
|
||||
#define DHCP_DEBUG LWIP_DBG_OFF
|
||||
#define ESP_DHCP_DEBUG LWIP_DBG_OFF
|
||||
#define LWIP_DEBUG LWIP_DBG_OFF
|
||||
#define TCP_DEBUG LWIP_DBG_OFF
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user