I would have chosen different behaviour but 'pico_enable_stdio_usb' defaults to 0 and has to be explicitly set to 1 to enable, while 'pico_enable_stdio_uart' defaults to 1 and has to be explicitly set to 0 to disable. Try adding -
pico_enable_stdio_uart(main 0)
pico_enable_stdio_uart(main 0)
Statistics: Posted by hippy — Fri Dec 27, 2024 4:47 pm