only:proteus_f4
This commit is contained in:
parent
ac5dd76d7d
commit
e3dd6b415e
|
@ -124,6 +124,7 @@ static void setupDefaultSensorInputs() {
|
|||
engineConfiguration->tps1_1AdcChannel = PROTEUS_IN_TPS;
|
||||
engineConfiguration->map.sensor.hwChannel = PROTEUS_IN_MAP;
|
||||
|
||||
// see also enableAemXSeries
|
||||
// pin #28 WBO AFR "Analog Volt 10"
|
||||
engineConfiguration->afr.hwChannel = PROTEUS_IN_ANALOG_VOLT_10;
|
||||
}
|
||||
|
|
|
@ -25,6 +25,8 @@ void proteusHarley() {
|
|||
engineConfiguration->scriptSetting[0] = 300;
|
||||
strcpy(engineConfiguration->scriptSettingName[1], "compReleaseDur");
|
||||
engineConfiguration->scriptSetting[1] = 5000;
|
||||
engineConfiguration->afr.hwChannel = EFI_ADC_NONE;
|
||||
engineConfiguration->enableAemXSeries = true;
|
||||
|
||||
// for now we need non wired camInput to keep TS field enable/disable logic happy
|
||||
engineConfiguration->camInputs[0] = PROTEUS_DIGITAL_6;
|
||||
|
|
Loading…
Reference in New Issue