Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: Remove mDNS from cyw43-driver. #39

Merged
merged 1 commit into from
Dec 9, 2022

Conversation

peterharperuk
Copy link
Collaborator

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

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 georgerobotics#17
@tannewt
Copy link

tannewt commented Nov 28, 2022

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

@peterharperuk
Copy link
Collaborator Author

I have a pico-example that needs this raspberrypi/pico-examples#269

@dpgeorge
Copy link

dpgeorge commented Dec 6, 2022

This looks good, thanks!

@peterharperuk
Copy link
Collaborator Author

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

@dpgeorge dpgeorge merged commit df2c2e2 into georgerobotics:main Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Uses outdated lwIP API?
3 participants