From c03f84cecf9f4c8418ba7ee816100de4cb6534a8 Mon Sep 17 00:00:00 2001 From: Xia Xiaotian Date: Mon, 10 Dec 2018 21:03:28 +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 046fadde07..0865edf80a 160000 --- a/components/lwip/lwip +++ b/components/lwip/lwip @@ -1 +1 @@ -Subproject commit 046fadde072b5fca94bea84c16cce5ecbfd6948e +Subproject commit 0865edf80ad0a96e0eaf2bbedbad350cab248115