We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/luigifcruz/pico-stuff/blob/main/lib/networking gives me a 404.
fatal error: dhserver.h: No such file or directory 31 | #include "dhserver.h"
The text was updated successfully, but these errors were encountered:
Are you using the patched version of the Pico SDK? The standard one doesn't include the necessary headers for this app in particular.
Sorry, something went wrong.
If anyone else stumbles here, this is what worked for me. After raspberrypi/pico-sdk#334 has been resolved, it won't be needed anymore.
Fetch the patched SDK:
git submodule set-branch --branch patch-piccolosdr pico-sdk git submodule update --remote git submodule update --init --recursive
Then continue as usual.
No branches or pull requests
https://github.com/luigifcruz/pico-stuff/blob/main/lib/networking gives me a 404.
The text was updated successfully, but these errors were encountered: