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 cb4dfe7 commit 1060458Copy full SHA for 1060458
README.md
@@ -88,7 +88,7 @@ stm32flash -v -w ./dvm-v24-v2.bin -R /dev/ttyUSBx
88
If you have the `UBT0` and `URST` jumpers shorted, you can also flash the board using DTR & RTS in a single command as follows:
89
90
```bash
91
-stm32flash -v -w ./dvm-v24-v2.bin -i 'rts&-dtr:-rts&dtr' -R /dev/ttyUSBx
+stm32flash -v -w ./dvm-v24-v2.bin -i 'rts&-dtr:-rts&dtr' /dev/ttyUSBx
92
```
93
94
## Quick Start
0 commit comments