This commit is contained in:
rusefi 2022-02-06 19:17:22 -05:00
parent c893151cf8
commit 6ec42a7e35
1 changed files with 2 additions and 0 deletions

View File

@ -635,9 +635,11 @@ bool validateConfig() {
ensureArrayIsAscending("VR Bins", cfg.rpmBins); ensureArrayIsAscending("VR Bins", cfg.rpmBins);
} }
#if EFI_BOOST_CONTROL
// Boost // Boost
ensureArrayIsAscending("Boost control TPS", config->boostTpsBins); ensureArrayIsAscending("Boost control TPS", config->boostTpsBins);
ensureArrayIsAscending("Boost control RPM", config->boostRpmBins); ensureArrayIsAscending("Boost control RPM", config->boostRpmBins);
#endif // EFI_BOOST_CONTROL
// ETB // ETB
ensureArrayIsAscending("Pedal map pedal", config->pedalToTpsPedalBins); ensureArrayIsAscending("Pedal map pedal", config->pedalToTpsPedalBins);