only:proteus_f4

This commit is contained in:
rusefi 2023-11-06 22:00:53 -05:00
parent ac5dd76d7d
commit e3dd6b415e
2 changed files with 3 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;