HW_CHECK_MODE is not well?
This commit is contained in:
parent
f18f7741ca
commit
86438eab98
|
@ -193,6 +193,7 @@ void Engine::periodicSlowCallback(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
||||||
slowCallBackWasInvoked = true;
|
slowCallBackWasInvoked = true;
|
||||||
|
|
||||||
#if HW_CHECK_MODE
|
#if HW_CHECK_MODE
|
||||||
|
waitForSlowAdc(3);
|
||||||
assertCloseTo("clt", Sensor::get(SensorType::Clt).Value, 49.3);
|
assertCloseTo("clt", Sensor::get(SensorType::Clt).Value, 49.3);
|
||||||
assertCloseTo("iat", Sensor::get(SensorType::Iat).Value, 73.2);
|
assertCloseTo("iat", Sensor::get(SensorType::Iat).Value, 73.2);
|
||||||
assertCloseTo("aut1", Sensor::get(SensorType::AuxTemp1).Value, 13.8);
|
assertCloseTo("aut1", Sensor::get(SensorType::AuxTemp1).Value, 13.8);
|
||||||
|
|
Loading…
Reference in New Issue