We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0a848 commit 5727ed5Copy full SHA for 5727ed5
espflash/README.md
@@ -73,7 +73,7 @@ You can also use `espflash` as a Cargo runner by adding the following to your pr
73
74
```toml
75
[target.'cfg(any(target_arch = "riscv32", target_arch = "xtensa"))']
76
-runner = "espflash --baud=921600 --monitor /dev/ttyUSB0"
+runner = "espflash flash --baud=921600 --monitor /dev/ttyUSB0"
77
```
78
79
With this configuration you can flash and monitor you application using `cargo run`.
0 commit comments