clarify how to go on with multiple probes
This commit is contained in:
parent
5ecefabd07
commit
e43947add4
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ commands (such as `cargo build`), rustup should pull in the specified toolchain.
|
|||
# Usage
|
||||
|
||||
Connect the micro:bit to the computer and verify that it is listed when running
|
||||
`probe-rs list`.
|
||||
`probe-rs list` (if multiple probes are recognized, add `-- --probe <ID>` to
|
||||
subsequent `cargo run` calls `<ID>` being the relevant probe id).
|
||||
|
||||
Using the normal `cargo run` command, will build the project, flash it onto the
|
||||
microcontroller and run it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue