mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-01 03:25:15 +00:00

Hostname option has been removed from dhcp discover since IDFv3.2. But it remains in dhcp request due to which ESP32 can not get IPv4 address from some APs. Re-add hostname option to dhcp discover to solve this issue.