This commit is contained in:
rusefi 2023-02-10 00:01:57 -05:00
parent 13bf493756
commit cd22a0a91d
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static void setupDefaultSensorInputs() {
engineConfiguration->vehicleSpeedSensorInputPin = H144_IN_VSS;
engineConfiguration->tps1_1AdcChannel = H144_IN_TPS;
engineConfiguration->useETBforIdleControl = true;
engineConfiguration->useETBforIdleControl = false;
engineConfiguration->mafAdcChannel = EFI_ADC_NONE;
engineConfiguration->map.sensor.hwChannel = H144_IN_MAP1;
@ -121,6 +121,7 @@ void setBoardDefaultConfiguration() {
// "required" hardware is done - set some reasonable defaults
setupDefaultSensorInputs();
engineConfiguration->etbFunctions[0] = ETB_None;
engineConfiguration->etbFunctions[1] = ETB_Wastegate;
// Some sensible defaults for other options