5 lines
92 B
Bash
5 lines
92 B
Bash
#!/bin/bash
|
|
# sudo apt install dfu-util
|
|
dfu-util -d -R -a 0 0483:df11 -D fw-mchf.dfu
|
|
exit 0
|