rusefi-1/firmware/gen_config.bat

10 lines
478 B
Batchfile
Raw Normal View History

2016-04-09 09:02:01 -07:00
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
2015-07-10 06:01:56 -07:00
java -jar ../java_tools/ConfigDefinition.jar integration tunerstudio controllers\algo ../java_console
2019-03-12 17:34:10 -07:00
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