You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirm that the Pico W emits the expected text (this requires that the local code run at least twice), and the local code behaves as expected (does not require a second run).
Now $ go get tinygo.org/x/bluetooth@dev and retry. The local code will find the device and then timeout searching for the service.
While investigating #315 I noticed that I was unable to get my demonstrator to work with the tip of dev. I re-confirmed that the change I submitted in #314 does work on release, and release with the soypat/cyw43439 go.mod dep requirement only specified in the consuming module also works.
Repro:
Now
$ go get tinygo.org/x/bluetooth@dev
and retry. The local code will find the device and then timeout searching for the service.Bisected to c74fb68. See comment in go.mod file.
The text was updated successfully, but these errors were encountered: