better defaults ignitionIatCorrTempBins

This commit is contained in:
rusefi 2025-03-01 23:27:42 -05:00
parent bcf31bd46f
commit c1b582c495
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ static void setDefaultIatTimingCorrection() {
// 6th row tapers out
// 40 50 60 deg C
copyArray(config->ignitionIatCorrTable[2], {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.0, -2.0});
#else
setLinearCurve(config->ignitionIatCorrTempBins, /*from=*/ -40, /*to*/ 60, 1);
#endif
}