mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
4 lines
121 B
Bash
4 lines
121 B
Bash
|
|
#! /bin/sh
|
||
|
|
DFU_UTIL=../chibios-stm/dfu-util/src/dfu-util
|
||
|
|
$DFU_UTIL -d 0483:df11 -a 0 -s 0x08000000:leave -D build/ch.bin
|