From 0bf18a2812a2b1d1c2a61c2d98ba3da5ec88721a Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 26 Oct 2021 15:19:09 -0400 Subject: [PATCH] Honda K --- firmware/config/engines/honda_k_dbc.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firmware/config/engines/honda_k_dbc.cpp b/firmware/config/engines/honda_k_dbc.cpp index 73dcc72ffe..53425982dc 100644 --- a/firmware/config/engines/honda_k_dbc.cpp +++ b/firmware/config/engines/honda_k_dbc.cpp @@ -12,6 +12,7 @@ #endif // HW_PROTEUS /** + * K24A4 engine * PROTEUS_HONDA_ELEMENT_2003 */ void setProteusHondaElement2003(DECLARE_CONFIG_PARAMETER_SIGNATURE) { @@ -26,6 +27,9 @@ void setProteusHondaElement2003(DECLARE_CONFIG_PARAMETER_SIGNATURE) { engineConfiguration->vvtMode[0] = VVT_FIRST_HALF; engineConfiguration->vvtMode[1] = VVT_FIRST_HALF; + engineConfiguration->map.sensor.type = MT_DENSO183; + engineConfiguration->injector.flow = 270; + strcpy(CONFIG(engineMake), ENGINE_MAKE_HONDA); strcpy(CONFIG(engineCode), "K24"); strcpy(CONFIG(vehicleName), "test");