CONFIG_LWIP_DHCP_RESTORE_LAST_IP
fails to compile: dhcp_network_changed not defined (IDFGH-13710)
#14582
Open
3 tasks done
Labels
Answers checklist.
IDF version.
v5.4-dev-3023-g3c99557eee
Operating System used.
Windows
How did you build your project?
Command line with Make
If you are using Windows, please specify command line type.
PowerShell
What is the expected behavior?
Previously,
CONFIG_LWIP_DHCP_RESTORE_LAST_IP
compiled just fine.What is the actual behavior?
As of tonight,
CONFIG_LWIP_DHCP_RESTORE_LAST_IP
fails to compile. This is because it invokes a macro defined as:However,
dhcp_network_changed()
no longer exists.Steps to reproduce.
CONFIG_LWIP_DHCP_RESTORE_LAST_IP
Build or installation Logs.
The text was updated successfully, but these errors were encountered: