Ignition IAT Corr Load Bins Range fix #4941

This commit is contained in:
rusefillc 2023-01-05 12:30:53 -05:00
parent a300043f5d
commit d6d6df568c
2 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ Release template (copy/paste this for new release):
### Fixed
- multi-line tooltips in TS #4927
- Negative temperature values for IAT Corr table #4941
## December 2022 Release - "Day 289"

View File

@ -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
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
int16_t[IGN_RPM_COUNT x IGN_LOAD_COUNT] injectionPhase;;"deg", 1, 0, -720, 720, 0