flash_reboot_dfu.bat feedback #3300
This commit is contained in:
parent
fec25e0a39
commit
b1796c11b9
|
@ -3,6 +3,9 @@ rem auto-detects connected running rusEfi serial port and send text 'reboot' com
|
|||
rem flashes DFU
|
||||
rem
|
||||
|
||||
echo Sending rusEFI DFU request
|
||||
java -jar ../java_console_binary/rusefi_console.jar reboot_dfu
|
||||
echo Now sleeping before DFU
|
||||
sleep 10
|
||||
echo Invoking DFU process
|
||||
..\misc\install\DfuSe\DfuSeCommand.exe -c -d --fn deliver/rusefi.dfu
|
Loading…
Reference in New Issue