7a3369795f | ||
---|---|---|
.. | ||
docs | ||
translations | ||
.gitignore | ||
readme.md | ||
rusefi.ini | ||
rusefi.input | ||
rusefi_frankenso.ini | ||
rusefi_kinetis.ini | ||
rusefi_microrusefi.ini | ||
rusefi_prometheus.ini |
readme.md
rusefi*.ini
files are generated based on the following four inputs:
rusefi_config.txt
contains configuration region definition in proprietary text format.rusefi.input
contains the UI - all the menus and dialogs. UI definition starts atmenuDialog = main
line - here you will see all top level menus defined with internal IDs and visible text labels.mapping.yaml
is a minor detail related to how pins are named in drop downsprepend.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