Question
stm32 lwip dhcp
I am using nucleof439 with lwip. I use DHCP to get ip address. Is anyway to detect IP address to be set? I notice there is two thread, "tcpip_thread" and "EthLink", I don't know which one is good for user to get ip address, also struct netif is local variable. it is quite difficult to get it in main.c or freertos.c
