I am lazy
This commit is contained in:
parent
dd3f5b8668
commit
0118f7552b
|
@ -2,3 +2,9 @@ rem This batch files reads rusefi_config.txt and produses firmware persistent co
|
|||
rem the storage section of rusefi.ini is updated as well
|
||||
|
||||
java -jar ../java_tools/ConfigDefinition.jar integration tunerstudio controllers\algo ../java_console
|
||||
|
||||
|
||||
rem This would automatically copy latest file to 'dev' TS project
|
||||
set ts_path="%HOMEDRIVE%%HOMEPATH%\Documents\TunerStudioProjects\dev\projectCfg"
|
||||
echo %ts_path%
|
||||
cp tunerstudio/rusefi.ini %ts_path%\mainController.ini
|
Loading…
Reference in New Issue