15 lines
270 B
Batchfile
15 lines
270 B
Batchfile
|
|
||
|
cd ../console
|
||
|
java -jar rusefi_console.jar reboot_dfu
|
||
|
|
||
|
sleep 2
|
||
|
|
||
|
cd STM32_Programmer_CLI
|
||
|
cd bin
|
||
|
|
||
|
call stm32-full-erase.bat
|
||
|
STM32_Programmer_CLI.exe -c port=usb1 -w ../../../rusefi.hex -v -s
|
||
|
|
||
|
cd ../..
|
||
|
sleep 2
|
||
|
java -jar rusefi_console.jar send_command "set engine_type 63"
|