raspberrypi / pico-examples

BSD 3-Clause "New" or "Revised" License
2.83k stars 820 forks source link

reply through the same PCB packet came in #476

Closed mtz29 closed 7 months ago

mtz29 commented 7 months ago

d->udp should be used to set up callbacks and start up UDP server only. Replying via the same PCB instance is freezing Picow.

lurch commented 7 months ago

Can you change the base branch to develop please?

mtz29 commented 7 months ago

Raised https://github.com/raspberrypi/pico-examples/pull/477