Ron Evans
Ron Evans
Some initial work on this happening here https://github.com/tinygo-org/tinygo/pull/3398
Thanks for the update @soypat Now the error I get back is this: ```shell unable to get reader from CYW43439 device: need to enable bluetooth in Init to use HCI...
```shell $ tinygo flash -size short -target pico -monitor ./examples/bluetooth/ code data bss | flash ram 401196 16164 3344 | 417360 19508 Connected to /dev/ttyACM0. Press Ctrl-C to exit. panic:...
With the latest commit in this branch: ```shell $ tinygo flash -size=short -target=pico -tags=cyw43439 -monitor ./examples/scanner code data bss | flash ram 421368 16248 3352 | 437616 19600 Connected to...
@soypat I made a few nits, after which I think it can be squashed/merged.
Checking now...
Works like a charm @soypat merge away!