Closed ghost closed 2 years ago
Nice! Thanks for the PR.
I'll have a closer look at the weekend, but looks pretty good with a quick scan.
Would you mind updating the README with the new option (and update the known issues bit)?
There you go! The reason why I didn't do this in the first place is that I wasn't sure whether you'd be interested at all. But glad to know that you are.
For the build variables, even though I'm no CMake pro I did what I can to implement what you wanted in a better way than copy-pasting the same block for every variable.
Merged, thank you so much!
This adds the choice at build time between the bootloader connecting to an existing AP or firing up its own. The DHCP server code is taken from the Raspberry Pico W access point example: https://github.com/raspberrypi/pico-examples/tree/master/pico_w/access_point/dhcpserver
Please criticize at will!