This commit is contained in:
parent
13bf493756
commit
cd22a0a91d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue