mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 07:45:34 +00:00
Update embedded-workshop-book/src/troubleshoot-usb-dongle.md
This commit is contained in:
parent
aa5d1e417c
commit
456b7f05a4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ In this case you should flash one of the `loopback-nousb*` programs:
|
|||
|
||||
Put the device in bootloader mode again. Now, run
|
||||
```console
|
||||
$ dongle-flash boards/dongle/loopback-nousb21.hex # you can pick 11, 16, 21 or 26
|
||||
$ cargo xtask dongle-flash boards/dongle/loopback-nousb21.hex # you can pick 11, 16, 21 or 26
|
||||
```
|
||||
|
||||
❗️ The number in the `loopback-nousb*` file name is the radio channel the Dongle will listen on. This means that when you program the Development Kit to send data to the Dongle, you need to ensure they are communicating on the same channel by setting
|
||||
|
|
Loading…
Reference in a new issue