picowota icon indicating copy to clipboard operation
picowota copied to clipboard

A bootloader for OTA WiFi code upload to a Raspberry Pi Pico W

Results 15 picowota issues
Sort by recently updated
recently updated
newest added

nice work! Thank you! I use it to build rp2040 micropython, need to add GC information to complete the build

Split and submit from [pr3](https://github.com/usedbytes/picowota/pull/3), I am not familiar with CMake, I don't know what big impact this change will bring

Instead of locking the mcu if we fail to initalize the CYW43 or conecting to a wifi network, we should retry, a definable number of times, and return to the...

Modify CMakeLists to accept new var PICOWOTA_DEBUG_UART. Must set var to true to enable. Modify main.c to accept new compile time definition DEBUG_UART Searched for "DEBUG_UART" conflicts in pico-sdk and...

I used picowota very successfully about a year ago prior to the release of pico-sdk 2.0.0 and it worked well. I've just started a new project using pico-sdk 2.0.0 and...