pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

tcpip_init fix

Open attilawagner opened this issue 1 year ago • 0 comments

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.

attilawagner avatar Aug 10 '22 19:08 attilawagner