This commit is contained in:
rusefi 2019-06-09 20:36:29 -04:00
parent 53271a6c79
commit 2cccc7b121
1 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
rusefi.ini file is generated based on rusefi.input and ../integration/rusefi_config.txt by ConfigDefinition.jar tool
see gen_config.bat
```rusefi*.ini``` files are generated based on the following four inputs:
1) ```rusefi_config.txt``` contains configuration region definition in proprietary text format.
2) ```rusefi.input``` contains the UI - all the menus and dialogs. UI definition starts at ```menuDialog = main```
line - here you will see all top level menus defined with internal IDs and visible text labels.
3) ```mapping.yaml``` is a minor detail related to how pins are named in drop downs
4) ```prepend.txt``` is a minor detail which allows you to hide elements of the UI using ```@@if_XXX``` syntax.
rusefi.ini file is generated by ConfigDefinition.jar tool.
On Windows you simply invoke ```gen_config.bat```