Skip to content

Commit 2155fab

Browse files
committed
refactor: move existing firmware to firmware/static
1 parent fe46a01 commit 2155fab

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

firmware/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ Any device supported by the TinyGo Bluetooth package can be used to create a bea
55
## How to flash
66

77
```shell
8-
tinygo flash -target nano-rp2040 -ldflags="-X main.PublicKey='SGVsbG8sIFdvcmxkIQ=='" .
9-
8+
tinygo flash -target nano-rp2040 -ldflags="-X main.AdvertisingKey='SGVsbG8sIFdvcmxkIQ=='" ./static
109
```
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)