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-1
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ See [stmlib/makefile.inc](https://github.com/pichenettes/stmlib/blob/master/make
87
87
88
88
Another way (e.g. to test if settings are correct) is to just specify the value in the call to `make`:
89
89
90
-
PGM_INTERFACE=arm-usb-tiny-h make -f braids/makefile upload
90
+
PGM_INTERFACE=ftdi/olimex-arm-usb-tiny-h make -f braids/makefile upload
91
91
92
92
### Custom repository URL
93
93
If you want to build code from your own github fork, you can specify the repository to clone when you create the VM via the `USER_GITHUB_URL` environment variable, e.g.
0 commit comments