pico-sdk
pico-sdk copied to clipboard
tcpip_init fix
Fixes #968
It's more a workaround than a proper fix, but I've added a flag to prevent calling tcpip_init() multiple times during a single run.
I've added the same workaround to the threadsafe_background version for lwip_init(), as I've found that the poll version also contained it.