maybe lua freezes proteus h7 after 7 seconds of run #3539
This commit is contained in:
parent
f0ad4f3940
commit
7032c06066
|
@ -0,0 +1,2 @@
|
|||
|
||||
STM32_Programmer_CLI.exe -c port=usb1 -e all
|
|
@ -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%
|
Loading…
Reference in New Issue