mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04: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.