From 5c8d25b795b7225f9fce4ed1d5f97de7fd280a6d Mon Sep 17 00:00:00 2001 From: Xia Xiaotian Date: Mon, 10 Dec 2018 21:26:24 +0800 Subject: [PATCH] add hostname option in dhcp discover 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. --- components/lwip/lwip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lwip/lwip b/components/lwip/lwip index 046fadde0..0865edf80 160000 --- a/components/lwip/lwip +++ b/components/lwip/lwip @@ -1 +1 @@ -Subproject commit 046fadde072b5fca94bea84c16cce5ecbfd6948e +Subproject commit 0865edf80ad0a96e0eaf2bbedbad350cab248115