reclaim config space
This commit is contained in:
parent
4354b198ae
commit
158c1cd077
|
@ -1367,9 +1367,7 @@ angle_table_t injectionPhase;
|
|||
float[FUEL_LOAD_COUNT] injPhaseLoadBins;;"Load", 1, 0.0, 0, 500.0, 2
|
||||
float[FUEL_RPM_COUNT] injPhaseRpmBins;;"RPM", 1, 0.0, 0, 18000.0, 2
|
||||
|
||||
fuel_table_t fuelTable;
|
||||
float[FUEL_LOAD_COUNT] fuelLoadBins;;"V", 1, 0, 0.0, 500.0, 2
|
||||
float[FUEL_RPM_COUNT] fuelRpmBins;RPM is float and not integer in order to use unified methods for interpolation;"RPM", 1, 0, 0.0, 25500.0, 2
|
||||
uint8_t[1152] unused15136;;"units", 1, 0, -20, 100, 0
|
||||
|
||||
ignition_table_t ignitionTable;
|
||||
float[IGN_LOAD_COUNT] ignitionLoadBins;;"Load", 1, 0.0, 0, 500.0, 2
|
||||
|
|
Loading…
Reference in New Issue