diff --git a/firmware/flash_erase_dfu.bat b/firmware/flash_erase_dfu.bat new file mode 100644 index 0000000000..a940e75f99 --- /dev/null +++ b/firmware/flash_erase_dfu.bat @@ -0,0 +1,2 @@ + +STM32_Programmer_CLI.exe -c port=usb1 -e all \ No newline at end of file diff --git a/firmware/send_command.bat b/firmware/send_command.bat new file mode 100644 index 0000000000..f907658849 --- /dev/null +++ b/firmware/send_command.bat @@ -0,0 +1,8 @@ +rem +rem auto-detects connected running rusEfi serial port and send text 'reboot' command +rem + +set command=%1 +echo "Command: [%command%]" + +java -jar ../java_console_binary/rusefi_console.jar %command%