Set sensible default for dwell by voltage multiplier table #4067

sad face
This commit is contained in:
rusefillc 2022-04-13 16:05:01 -04:00
parent 98b9c7c89a
commit c76cd7fb85
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ bool validateConfig() {
ensureArrayIsAscendingOrDefault("Map estimate TPS", config->mapEstimateTpsBins);
ensureArrayIsAscendingOrDefault("Map estimate RPM", config->mapEstimateRpmBins);
ensureArrayIsAscendingOrDefault("Dwell Correction Voltage", engineConfiguration->dwellVoltageCorrVoltBins);
// todo: huh? why does this not work on CI? ensureArrayIsAscendingOrDefault("Dwell Correction Voltage", engineConfiguration->dwellVoltageCorrVoltBins);
ensureArrayIsAscending("MAF decoding", config->mafDecodingBins);