feat(dhcp): Add LWIP DHCP option12, option60 and option61 in DHCP discovery and request state

This commit is contained in:
yuanjm
2020-06-12 11:32:28 +08:00
parent 54deb7b986
commit a1a47126a8
4 changed files with 115 additions and 0 deletions

View File

@ -2314,4 +2314,5 @@ void tcp_print_status(int status, void* p, uint32_t tmp1, uint32_t tmp2, uint32_
#define ESP_GRATUITOUS_ARP CONFIG_LWIP_ESP_GRATUITOUS_ARP
#define ESP_PING 1
#define ESP_DHCP_OPTION CONFIG_LWIP_ESP_DHCP_OPTION
#endif /* __LWIP_HDR_LWIPOPTS_H__ */