georgerobotics / cyw43-driver

Other
83 stars 44 forks source link

src: Remove mDNS from cyw43-driver. #39

Closed peterharperuk closed 1 year ago

peterharperuk commented 2 years ago

The lwip mDNS API has changed which can cause problems building it. The suggestion is that this code should not be in the driver anyway, so remove it.

Fixes #17

tannewt commented 1 year ago

+1 We'll need this removed for CircuitPython as well.

peterharperuk commented 1 year ago

I have a pico-example that needs this https://github.com/raspberrypi/pico-examples/pull/269

dpgeorge commented 1 year ago

This looks good, thanks!

peterharperuk commented 1 year ago

Am I allowed to click the "rebase and merge" button? :)