mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-28 09:47:14 +02:00
IDF release/v4.0 a3f3c7bdc
This commit is contained in:
@ -1010,6 +1010,13 @@
|
||||
#define LWIP_DHCP_AUTOIP_COOP 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* ESP_IPV6_AUTOCONFIG==1: Enable stateless address autoconfiguration as per RFC 4862.
|
||||
*/
|
||||
#if !defined ESP_IPV6_AUTOCONFIG
|
||||
#define ESP_IPV6_AUTOCONFIG 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* LWIP_DHCP_AUTOIP_COOP_TRIES: Set to the number of DHCP DISCOVER probes
|
||||
* that should be sent before falling back on AUTOIP (the DHCP client keeps
|
||||
|
Reference in New Issue
Block a user