Ignition IAT Corr Load Bins Range fix #4941
This commit is contained in:
parent
a300043f5d
commit
d6d6df568c
|
@ -39,6 +39,7 @@ Release template (copy/paste this for new release):
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- multi-line tooltips in TS #4927
|
- multi-line tooltips in TS #4927
|
||||||
|
- Negative temperature values for IAT Corr table #4941
|
||||||
|
|
||||||
## December 2022 Release - "Day 289"
|
## December 2022 Release - "Day 289"
|
||||||
|
|
||||||
|
|
|
@ -1663,7 +1663,7 @@ float[MAF_DECODING_COUNT] mafDecoding;Also known as MAF transfer function.\nkg/h
|
||||||
float[MAF_DECODING_COUNT] mafDecodingBins;;"V", 1, 0, -5, 150, 2
|
float[MAF_DECODING_COUNT] mafDecodingBins;;"V", 1, 0, -5, 150, 2
|
||||||
|
|
||||||
int16_t[IGN_RPM_COUNT x IGN_LOAD_COUNT] autoscale ignitionIatCorrTable;;"deg", 0.1, 0, -720, 720, 1
|
int16_t[IGN_RPM_COUNT x IGN_LOAD_COUNT] autoscale ignitionIatCorrTable;;"deg", 0.1, 0, -720, 720, 1
|
||||||
float[IGN_LOAD_COUNT] ignitionIatCorrLoadBins;;"Temperature", 1, 0, 0, 500, 0
|
float[IGN_LOAD_COUNT] ignitionIatCorrLoadBins;;"Temperature", 1, 0, -60, 200, 0
|
||||||
uint16_t[IGN_RPM_COUNT] ignitionIatCorrRpmBins;;"RPM", 1, 0, 0, 18000, 0
|
uint16_t[IGN_RPM_COUNT] ignitionIatCorrRpmBins;;"RPM", 1, 0, 0, 18000, 0
|
||||||
|
|
||||||
int16_t[IGN_RPM_COUNT x IGN_LOAD_COUNT] injectionPhase;;"deg", 1, 0, -720, 720, 0
|
int16_t[IGN_RPM_COUNT x IGN_LOAD_COUNT] injectionPhase;;"deg", 1, 0, -720, 720, 0
|
||||||
|
|
Loading…
Reference in New Issue