usedbytes / picowota

A bootloader for OTA WiFi code upload to a Raspberry Pi Pico W
BSD 3-Clause "New" or "Revised" License
114 stars 21 forks source link

Add UART debugging option #20

Open Ponderosa opened 2 months ago

Ponderosa commented 2 months ago

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 found none. (some close matches, but nothing exact)

Tested both usb debug and uart debug with freshly flashed bootloaders.