maybe lua freezes proteus h7 after 7 seconds of run #3539

This commit is contained in:
rusefi 2021-11-12 12:45:41 -05:00
parent f0ad4f3940
commit 7032c06066
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,2 @@
STM32_Programmer_CLI.exe -c port=usb1 -e all

View File

@ -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%