This commit is contained in:
rusefi 2021-11-02 17:00:08 -04:00
parent cf51fab5f0
commit 63b3eb767b
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,11 @@ void setProteusHondaElement2003(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
strcpy(CONFIG(engineCode), "K24");
strcpy(CONFIG(vehicleName), "test");
gppwm_channel *vtsControl = &engineConfiguration->gppwm[0];
vtsControl->pwmFrequency = 0;
strcpy(CONFIG(gpPwmNote[0]), "VTS");
engineConfiguration->tpsMin = 100;
engineConfiguration->tpsMax = 830;
@ -61,6 +66,7 @@ void setProteusHondaElement2003(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
engineConfiguration->injectionPins[2] = PROTEUS_LS_6;
engineConfiguration->injectionPins[3] = PROTEUS_LS_5;
vtsControl->pin = PROTEUS_HS_1;
engineConfiguration->vvtPins[0] = PROTEUS_HS_2;
engineConfiguration->malfunctionIndicatorPin = PROTEUS_LS_10;