>How to reinitialize lwIP core when network configuration from DHCP to STATIC without cold reset ? >Do I need delete TCPIP and ETHERNET task first, then call lwIP init functions ? > >Vincent
Use dhcp_stop and netif_set_addr (or other netif_ setting functions). Bill _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
