diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-05-21 23:45:01 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-05-21 23:45:01 +0200 |
| commit | 3b0102363632d72f31e276bf4a8606706fa0b5fc (patch) | |
| tree | 98790d46254cb6ab22aaa08c6e0cdf7ea668dc86 /cyw43/README.md | |
| parent | ae49e58993ff12ba3d4c9a8dc1140aa551f3c7c3 (diff) | |
Remove "cargo install probe-rs", point users to probe.rs instead.
Fixes #2965
Diffstat (limited to 'cyw43/README.md')
| -rw-r--r-- | cyw43/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/README.md b/cyw43/README.md index dabdf0471..5b4a5d789 100644 --- a/cyw43/README.md +++ b/cyw43/README.md | |||
| @@ -23,7 +23,7 @@ TODO: | |||
| 23 | 23 | ||
| 24 | ## Running the examples | 24 | ## Running the examples |
| 25 | 25 | ||
| 26 | - `cargo install probe-rs --features cli` | 26 | - Install `probe-rs` following the instructions at <https://probe.rs>. |
| 27 | - `cd examples/rp` | 27 | - `cd examples/rp` |
| 28 | ### Example 1: Scan the wifi stations | 28 | ### Example 1: Scan the wifi stations |
| 29 | - `cargo run --release --bin wifi_scan` | 29 | - `cargo run --release --bin wifi_scan` |
