From e43947add4817692bdb7a2abdfb2a57485ebb6cb Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 17 Oct 2024 13:21:47 +0200 Subject: [PATCH] clarify how to go on with multiple probes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92041ff..97bc47c 100644 --- a/README.md +++ b/README.md @@ -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 ` to +subsequent `cargo run` calls `` being the relevant probe id). Using the normal `cargo run` command, will build the project, flash it onto the microcontroller and run it.