picowota
picowota copied to clipboard
Add UART debugging option
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.