10 lines
478 B
Batchfile
10 lines
478 B
Batchfile
rem This batch files reads rusefi_config.txt and produses firmware persistent configuration headers
|
|
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 |