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

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

View File

@@ -2274,4 +2274,5 @@ size_t memp_malloc_get_size(size_t type);
#define ESP_PING 1
#define ESP_DHCP_OPTION CONFIG_LWIP_ESP_DHCP_OPTION
#endif /* __LWIP_HDR_LWIPOPTS_H__ */