I am using MCU IDE v11.7.1 with SDK 2.13. the lwipots.h file has the following code:
/* ---------- DHCP options ---------- */
/* Define LWIP_DHCP to 1 if you want DHCP configuration of
interfaces. DHCP is not implemented in lwIP 0.5.1, however, so
turning this on does currently not work. */
The lwipopts.h file in SDK 2.13 indicates that DHCP is not implemented in lwIP 0.5.1. Despite enabling the LWIP_DHCP macro, DHCP remains non-functional on the device, confirming the limitation. To support DHCP, an update to a newer SDK version that includes a more recent lwIP release with DHCP support is required. How should i approcah with this? which SDK version would help me out here? or is there any other way to enable DHCP?