Skip to content

Commit 5727ed5

Browse files
authored
Update runner command
1 parent 1a0a848 commit 5727ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espflash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ You can also use `espflash` as a Cargo runner by adding the following to your pr
7373

7474
```toml
7575
[target.'cfg(any(target_arch = "riscv32", target_arch = "xtensa"))']
76-
runner = "espflash --baud=921600 --monitor /dev/ttyUSB0"
76+
runner = "espflash flash --baud=921600 --monitor /dev/ttyUSB0"
7777
```
7878

7979
With this configuration you can flash and monitor you application using `cargo run`.

0 commit comments

Comments
 (0)