Skip to content

Commit 991d28e

Browse files
committed
Revert "Fix probe-rs "--binary-format" -> "--format" argument in README.md"
This reverts commit 3ee2f51.
1 parent 0c5afce commit 991d28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Flashing the softdevice is required. It is NOT part of the built binary. You onl
7373
- As a debug client, if you are using
7474
- probe-rs:
7575
- Erase the flash with `probe-rs erase --chip nrf52840_xxAA` (You may have to supply additional `--allow-erase-all` argument).
76-
- Flash the SoftDevice with `probe-rs download --verify --format hex --chip nRF52840_xxAA s140_nrf52_7.X.X_softdevice.hex`
76+
- Flash the SoftDevice with `probe-rs download --verify --binary-format hex --chip nRF52840_xxAA s140_nrf52_7.X.X_softdevice.hex`
7777
- nrfjprog:
7878
- Flash the SoftDevice with `nrfjprog --family NRF52 --chiperase --verify --program s140_nrf52_7.0.1_softdevice.hex`
7979

0 commit comments

Comments
 (0)