mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-14 17:27:30 +08:00
feat(dhcp): Add LWIP DHCP option12, option60 and option61 in DHCP discovery and request state
This commit is contained in:
@@ -260,6 +260,12 @@ config LWIP_DHCP_DISCOVER_RETRANSMISSION_INTERVAL
|
||||
help
|
||||
Set time interval of retransmissions of DHCP discover.
|
||||
|
||||
config LWIP_ESP_DHCP_OPTION
|
||||
bool "Enable DHCP option60 and option61 in discovery and request state"
|
||||
default n
|
||||
help
|
||||
Maybe some routers need add those option to get IP address.
|
||||
Enable this config to add option60 and option61 in discovery and request state
|
||||
endmenu #DHCP
|
||||
|
||||
menuconfig LWIP_AUTOIP
|
||||
|
||||
Reference in New Issue
Block a user