M62T vanos support #2243
This commit is contained in:
parent
24887adbb2
commit
ad5ba8b378
|
@ -1562,7 +1562,16 @@ map_estimate_table_t mapEstimateTable;
|
|||
uint16_t[FUEL_LOAD_COUNT] mapEstimateTpsBins;;"% TPS", {1/@@TPS_2_BYTE_PACKING_MULT@@}, 0.0, 0, 100.0, 1
|
||||
uint16_t[FUEL_RPM_COUNT] mapEstimateRpmBins;;"RPM", 1, 0.0, 0, 18000.0, 0
|
||||
|
||||
uint8_t[512] unused15136;;"units", 1, 0, -20, 100, 0
|
||||
fsio_table_8x8_u8t vvtTable1;
|
||||
float[FSIO_TABLE_8] vvtTable1LoadBins;;"L", 1, 0, 0.0, 255, 0
|
||||
float[FSIO_TABLE_8] vvtTable1RpmBins;RPM is float and not integer in order to use unified methods for interpolation;"RPM", 1, 0, 0.0, 25500.0, 2
|
||||
|
||||
fsio_table_8x8_u8t vvtTable2;
|
||||
float[FSIO_TABLE_8] vvtTable2LoadBins;;"L", 1, 0, 0.0, 255, 0
|
||||
float[FSIO_TABLE_8] vvtTable2RpmBins;RPM is float and not integer in order to use unified methods for interpolation;"RPM", 1, 0, 0.0, 25500.0, 2
|
||||
|
||||
|
||||
uint8_t[256] 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