mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-23 23:32:30 +00:00
Remove "cargo install probe-rs", point users to probe.rs instead.
Fixes #2965
This commit is contained in:
parent
ae49e58993
commit
3b01023636
@ -100,12 +100,7 @@ Examples are found in the `examples/` folder separated by the chip manufacturer
|
||||
|
||||
### Running examples
|
||||
|
||||
- Install `probe-rs`.
|
||||
|
||||
```bash
|
||||
cargo install probe-rs --features cli
|
||||
```
|
||||
|
||||
- Install `probe-rs` following the instructions at <https://probe.rs>.
|
||||
- Change directory to the sample's base directory. For example:
|
||||
|
||||
```bash
|
||||
|
@ -23,7 +23,7 @@ TODO:
|
||||
|
||||
## Running the examples
|
||||
|
||||
- `cargo install probe-rs --features cli`
|
||||
- Install `probe-rs` following the instructions at <https://probe.rs>.
|
||||
- `cd examples/rp`
|
||||
### Example 1: Scan the wifi stations
|
||||
- `cargo run --release --bin wifi_scan`
|
||||
|
Loading…
Reference in New Issue
Block a user