meta & fixing default config
This commit is contained in:
parent
ab17f3c5d6
commit
43e90b98aa
|
@ -76,7 +76,9 @@ static void setupDefaultSensorInputs() {
|
|||
engineConfiguration->camInputs[0] = GPIOA_6; // 86 - CAM1
|
||||
|
||||
engineConfiguration->tps1_1AdcChannel = H144_IN_TPS; // 92 - TPS 1
|
||||
engineConfiguration->tps2_1AdcChannel = H144_IN_AUX1;
|
||||
engineConfiguration->tps1_2AdcChannel = H144_IN_AUX1
|
||||
|
||||
engineConfiguration->tps2_1AdcChannel = EFI_ADC_NONE;
|
||||
|
||||
engineConfiguration->throttlePedalPositionAdcChannel = H144_IN_PPS; // 34 In PPS1
|
||||
engineConfiguration->throttlePedalPositionSecondAdcChannel = H144_IN_AUX2; // 35 In PPS2
|
||||
|
|
Loading…
Reference in New Issue