From 95d0b8eb9767051e10bf8bec83af7663d6327c7b Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 23 Oct 2021 15:47:39 -0400 Subject: [PATCH] Better Windows build-in DFU #3338 --- firmware/flash_reboot_dfu.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/flash_reboot_dfu.bat b/firmware/flash_reboot_dfu.bat index ae62b13990..a99f93f4f8 100644 --- a/firmware/flash_reboot_dfu.bat +++ b/firmware/flash_reboot_dfu.bat @@ -7,5 +7,6 @@ echo Sending rusEFI DFU request java -jar ../java_console_binary/rusefi_console.jar reboot_dfu echo Now sleeping before DFU sleep 5 +rem TODO migrate this to stm32prog echo Invoking DFU process ..\misc\install\DfuSe\DfuSeCommand.exe -c -d --fn deliver/rusefi.dfu \ No newline at end of file