only:docs

This commit is contained in:
rusefillc 2023-08-04 07:32:54 -04:00
parent aeb824c869
commit 2eda850c84
1 changed files with 1 additions and 2 deletions

View File

@ -99,8 +99,7 @@
* Definition of configuration data structure:
* integration/rusefi_config.txt
* This file has a lot of information and instructions in its comment header.
* in order to use CONFIG macro you need EXTERN_CONFIG and include engine_configuration.h
* Please note that due to TunerStudio protocol it's important to have the total structure size in synch between the firmware and TS .ini file -
* Please note that due to TunerStudio protocol it's important to have the total structure size in sync between the firmware and TS .ini file -
* just to make sure that this is not forgotten the size of the structure is hard-coded as PAGE_0_SIZE constant. There is always some 'unused' fields added in advance so that
* one can add some fields without the pain of increasing the total configuration page size.
* <br>See flash_main.cpp