This commit is contained in:
rusefi 2017-11-29 13:49:04 -05:00
parent 2974ff66e2
commit 2abd3cb618
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,14 @@
! this file is processed by ../java_tools/config_definition.jar tool
! comments start with '!'
!
! See also ../tunerstudio/readme.txt
!
! Q: How to add new fields?
! A: Find an 'unused' bit or unused int (usually the huge unusedEnd[] array at the end
! rename the bit or subsctitute unused intereger with any new fields of the same size
! invoke gen_config.bat to apply the tools which would generate .h and .ini files
!
!
! each field is declared as
! type name;comment

View File

@ -1,3 +1,3 @@
rusefi.ini file is generated based on rusefi.input and rusefi_config.txt by ConfigDefinition.jar tool
rusefi.ini file is generated based on rusefi.input and ../integration/rusefi_config.txt by ConfigDefinition.jar tool
see gen_config.bat