Honda K
This commit is contained in:
parent
521c7f8014
commit
0bf18a2812
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue