mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-06 21:26:33 +03: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.