harley config

This commit is contained in:
Andrey 2021-11-24 22:25:23 -05:00
parent c2fa1cea78
commit 2864d41844
1 changed files with 3 additions and 0 deletions

View File

@ -807,6 +807,9 @@ void proteusHarley() {
strcpy(engineConfiguration->scriptSettingName[1], "compReleaseDur");
engineConfiguration->scriptSetting[1] = 5000;
// for now we need non wired camInput to keep TS field enable/disable logic happy
engineConfiguration->camInputs[0] = PROTEUS_DIGITAL_6;
engineConfiguration->vvtMode[0] = VVT_MAP_V_TWIN;
engineConfiguration->luaOutputPins[0] = PROTEUS_LS_12;
#if HW_PROTEUS