in order to facilitate console development we shall unify source code 'java_console_binary' with deployment 'console' folder
adjusting highly questionable files
This commit is contained in:
parent
61830efffd
commit
405b5bdc79
|
@ -4,7 +4,7 @@ rem flashes DFU
|
||||||
rem
|
rem
|
||||||
|
|
||||||
echo Sending rusEFI DFU request
|
echo Sending rusEFI DFU request
|
||||||
java -jar ../java_console_binary/rusefi_console.jar reboot_dfu
|
java -jar ../console/rusefi_console.jar reboot_dfu
|
||||||
echo Now sleeping before DFU
|
echo Now sleeping before DFU
|
||||||
sleep 5
|
sleep 5
|
||||||
echo Invoking DFU process
|
echo Invoking DFU process
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# this tool might have enough flexibility to generate both C# and java class depending on specified "top line" and "stringClassName" parameters?
|
# this tool might have enough flexibility to generate both C# and java class depending on specified "top line" and "stringClassName" parameters?
|
||||||
#
|
#
|
||||||
java -jar ../java_console_binary/rusefi_console.jar ptrace_enums development/perf_trace.h ../java_console/models/src/main/java/com/rusefi/tracing/EnumNames.java "package com.rusefi.tracing;" "public static final String"
|
java -jar ../console/rusefi_console.jar ptrace_enums development/perf_trace.h ../java_console/models/src/main/java/com/rusefi/tracing/EnumNames.java "package com.rusefi.tracing;" "public static final String"
|
||||||
|
|
||||||
|
|
|
@ -18,4 +18,4 @@ pwd
|
||||||
if not exist triggers.txt echo triggers.txt generation FAILED
|
if not exist triggers.txt echo triggers.txt generation FAILED
|
||||||
if not exist triggers.txt exit -1
|
if not exist triggers.txt exit -1
|
||||||
|
|
||||||
java -cp ../java_console_binary/rusefi_console.jar com.rusefi.TriggerImage
|
java -cp ../console/rusefi_console.jar com.rusefi.TriggerImage
|
||||||
|
|
|
@ -2,4 +2,4 @@ rem
|
||||||
rem auto-detects connected running rusEfi serial port and downloads performance trace
|
rem auto-detects connected running rusEfi serial port and downloads performance trace
|
||||||
rem
|
rem
|
||||||
|
|
||||||
java -jar ../java_console_binary/rusefi_console.jar get_performance_trace
|
java -jar ../console/rusefi_console.jar get_performance_trace
|
||||||
|
|
|
@ -7,4 +7,4 @@ cd ../java_tools
|
||||||
./gradlew :ui:shadowJar
|
./gradlew :ui:shadowJar
|
||||||
cd ../firmware
|
cd ../firmware
|
||||||
|
|
||||||
java -jar ../java_console_binary/rusefi_console.jar reboot_dfu
|
java -jar ../console/rusefi_console.jar reboot_dfu
|
||||||
|
|
|
@ -2,4 +2,4 @@ rem
|
||||||
rem auto-detects connected running rusEfi serial port and send text 'reboot' command
|
rem auto-detects connected running rusEfi serial port and send text 'reboot' command
|
||||||
rem
|
rem
|
||||||
|
|
||||||
java -jar ../java_console_binary/rusefi_console.jar reboot_ecu
|
java -jar ../console/rusefi_console.jar reboot_ecu
|
||||||
|
|
|
@ -5,4 +5,4 @@ rem
|
||||||
|
|
||||||
set port=%1
|
set port=%1
|
||||||
echo "Port (optional): %port%"
|
echo "Port (optional): %port%"
|
||||||
java -jar ../java_console_binary/rusefi_console.jar functional_test %port%
|
java -jar ../console/rusefi_console.jar functional_test %port%
|
||||||
|
|
|
@ -5,4 +5,4 @@ rem
|
||||||
set command=%1
|
set command=%1
|
||||||
echo "Command: [%command%]"
|
echo "Command: [%command%]"
|
||||||
|
|
||||||
java -jar ../java_console_binary/rusefi_console.jar send_command %command%
|
java -jar ../console/rusefi_console.jar send_command %command%
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
java -cp ../java_console_binary/rusefi_console.jar com.rusefi.TS2C currenttune.msq fuelLoadBins fuelRpmBins fuelTable
|
java -cp ../console/rusefi_console.jar com.rusefi.TS2C currenttune.msq fuelLoadBins fuelRpmBins fuelTable
|
||||||
|
|
Loading…
Reference in New Issue