harley config
This commit is contained in:
parent
c2fa1cea78
commit
2864d41844
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue