diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | examples/rpi-pico-w/.cargo/config.toml | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -24,7 +24,7 @@ TODO: | |||
| 24 | 24 | ||
| 25 | ## Running the example | 25 | ## Running the example |
| 26 | 26 | ||
| 27 | - `cargo install probe-run` | 27 | - `cargo install probe-rs-cli` |
| 28 | - `cd examples/rpi-pico-w` | 28 | - `cd examples/rpi-pico-w` |
| 29 | - `WIFI_NETWORK=MyWifiNetwork WIFI_PASSWORD=MyWifiPassword cargo run --release` | 29 | - `WIFI_NETWORK=MyWifiNetwork WIFI_PASSWORD=MyWifiPassword cargo run --release` |
| 30 | 30 | ||
diff --git a/examples/rpi-pico-w/.cargo/config.toml b/examples/rpi-pico-w/.cargo/config.toml index 6183e70f7..f1ed8af96 100644 --- a/examples/rpi-pico-w/.cargo/config.toml +++ b/examples/rpi-pico-w/.cargo/config.toml | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] | 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] |
| 2 | runner = "probe-run --chip RP2040" | 2 | runner = "probe-rs-cli run --chip RP2040" |
| 3 | 3 | ||
| 4 | [build] | 4 | [build] |
| 5 | target = "thumbv6m-none-eabi" | 5 | target = "thumbv6m-none-eabi" |
