Question
How to properly initialize LwIP for static IP or DHCP?
For example, my EEPROM has setting for static IP or DHCP.
The problems is MX_LWIP_Init() does not have proper user code sections. It always call dhcp_start(), but I do not need it in case of static IP. The other problem is no any static IP config and all my changes lost each time I regenerate code. Maybe i'm missing something?
