diff --git a/firmware/flash_reboot_dfu.bat b/firmware/flash_reboot_dfu.bat index c4602a28b9..b44d8cde43 100644 --- a/firmware/flash_reboot_dfu.bat +++ b/firmware/flash_reboot_dfu.bat @@ -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 \ No newline at end of file