We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe46a01 commit 2155fabCopy full SHA for 2155fab
firmware/README.md
@@ -5,6 +5,5 @@ Any device supported by the TinyGo Bluetooth package can be used to create a bea
5
## How to flash
6
7
```shell
8
-tinygo flash -target nano-rp2040 -ldflags="-X main.PublicKey='SGVsbG8sIFdvcmxkIQ=='" .
9
-
+tinygo flash -target nano-rp2040 -ldflags="-X main.AdvertisingKey='SGVsbG8sIFdvcmxkIQ=='" ./static
10
```
firmware/main.go renamed to firmware/static/main.go
firmware/mcu.go renamed to firmware/static/mcu.go
firmware/os.go renamed to firmware/static/os.go
0 commit comments