From 31484c61aa4aa854afe3c6f4af24e7b1f2e600d4 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 3 Oct 2021 11:51:59 -0400 Subject: [PATCH] flash_reboot_dfu.bat feedback #3300 --- firmware/flash_reboot_dfu.bat | 3 +++ 1 file changed, 3 insertions(+) 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