Compare commits

...

1 commit

Author SHA1 Message Date
9f7af5f825
wifi scan: Enable USB output
It tripped me up that these examples required the use of a serial
adapter, rather than working via usb serial.
2022-09-01 09:23:10 -05:00

View file

@ -25,3 +25,6 @@ target_link_libraries(picow_wifi_scan_poll
)
pico_add_extra_outputs(picow_wifi_scan_poll)
pico_enable_stdio_usb(picow_wifi_scan_background 1)
pico_enable_stdio_usb(picow_wifi_scan_poll 1)