Default Biquad settings broke MRE QC configuration #1740
This commit is contained in:
parent
47b980d4b9
commit
5058ffa9cc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue