This commit is contained in:
Andrey 2021-10-26 15:19:09 -04:00
parent 521c7f8014
commit 0bf18a2812
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#endif // HW_PROTEUS #endif // HW_PROTEUS
/** /**
* K24A4 engine
* PROTEUS_HONDA_ELEMENT_2003 * PROTEUS_HONDA_ELEMENT_2003
*/ */
void setProteusHondaElement2003(DECLARE_CONFIG_PARAMETER_SIGNATURE) { void setProteusHondaElement2003(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
@ -26,6 +27,9 @@ void setProteusHondaElement2003(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
engineConfiguration->vvtMode[0] = VVT_FIRST_HALF; engineConfiguration->vvtMode[0] = VVT_FIRST_HALF;
engineConfiguration->vvtMode[1] = 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(engineMake), ENGINE_MAKE_HONDA);
strcpy(CONFIG(engineCode), "K24"); strcpy(CONFIG(engineCode), "K24");
strcpy(CONFIG(vehicleName), "test"); strcpy(CONFIG(vehicleName), "test");