Open SpringHawk opened 4 years ago
I cannot reproduce this error, not on Linux and not on MacOS. How are you running this from VS Code? I'm testing this directly from a shell where it works fine.
Could it be that you have Go modules disabled? I would recommend keeping the default value or enabling them, as the bluetooth package uses Go modules for dependencies (check using go env GO111MODULE
).
I am using an Adafruit Feather nrf52840 Express and try to flash it with the advertising example from the ReadMe. I am on MacOS using VSCode.