From c5e50c5d976eb72c34c6002ba3d1353c6b0ce96d Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 26 Sep 2021 03:01:25 -0400 Subject: [PATCH] vr threshold test configuration --- firmware/config/engines/custom_engine.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/config/engines/custom_engine.cpp b/firmware/config/engines/custom_engine.cpp index 7c1d3d1166..f77299d686 100644 --- a/firmware/config/engines/custom_engine.cpp +++ b/firmware/config/engines/custom_engine.cpp @@ -692,6 +692,8 @@ void setBoschHDEV_5_injectors(DECLARE_CONFIG_PARAMETER_SIGNATURE) { * set engine_type 108 */ void setVrThresholdTest(DECLARE_CONFIG_PARAMETER_SIGNATURE) { + engineConfiguration->trigger.type = TT_HONDA_1_24; + setHellenDefaultVrThresholds(PASS_CONFIG_PARAMETER_SIGNATURE); engineConfiguration->vrThreshold[0].pin = GPIOB_4; }