aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--examples/rpi-pico-w/.cargo/config.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d24ec82f3..d0920aae2 100644
--- a/README.md
+++ b/README.md
@@ -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"))']
2runner = "probe-run --chip RP2040" 2runner = "probe-rs-cli run --chip RP2040"
3 3
4[build] 4[build]
5target = "thumbv6m-none-eabi" 5target = "thumbv6m-none-eabi"