Set sensible default for dwell by voltage multiplier table #4067

one step back
This commit is contained in:
rusefillc 2022-04-13 15:42:28 -04:00
parent ec108e7029
commit f8a10e32e4
1 changed files with 0 additions and 1 deletions

View File

@ -604,7 +604,6 @@ bool validateConfig() {
ensureArrayIsAscendingOrDefault("Map estimate RPM", config->mapEstimateRpmBins);
ensureArrayIsAscendingOrDefault("Dwell Correction Voltage", engineConfiguration->dwellVoltageCorrVoltBins);
ensureArrayIsAscendingOrDefault("Dwell Correction Values", engineConfiguration->dwellVoltageCorrValues);
ensureArrayIsAscending("MAF decoding", config->mafDecodingBins);