Question
LWIP - Read my IP address
I have found examples online searching under LWIP such as
// What is our current IP address?
//
ulIPAddr = lwIPLocalIPAddrGet();but I cannot find the function in the source code, or any other reference to reading my IP address. I would like to be able to read it regardless of whether I'm static or DHCP.