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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ The keys will be saved in a file named `DEVICENAME.keys` and the configuration f
119
119
For example:
120
120
121
121
```shell
122
-
haystack flash nano-rp2040 DEVICENAME
122
+
haystack flash DEVICENAME nano-rp2040
123
123
```
124
124
125
125
This will use TinyGo to compile the firmware using your keys, and then flash it to the device. See [https://tinygo.org/getting-started/overview/](https://tinygo.org/getting-started/overview/) for more information about TinyGo.
0 commit comments