Default Biquad settings broke MRE QC configuration #1740

This commit is contained in:
rusefi 2020-08-31 13:07:49 -04:00
parent 76816602a4
commit 70dae6eb4c
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ void Engine::periodicSlowCallback(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
slowCallBackWasInvoked = true;
#if HW_CHECK_MODE
// we need to skip some of the first measurments to have BiQuad filter happy
if (getSlowAdcCounter() > 1000) {
efiAssertVoid(OBD_PCM_Processor_Fault, CONFIG(clt).adcChannel != EFI_ADC_NONE, "No CLT setting");
assertCloseTo("clt", Sensor::get(SensorType::Clt).Value, 49.3);