baro?
This commit is contained in:
parent
0c233459c5
commit
b4f87ee4a9
|
@ -481,6 +481,7 @@ static void configureInputs(void) {
|
|||
}
|
||||
addChannel("hip", engineConfiguration->hipOutputChannel, ADC_FAST);
|
||||
|
||||
addChannel("baro", engineConfiguration->baroSensor.hwChannel, ADC_SLOW);
|
||||
addChannel("TPS", engineConfiguration->tpsAdcChannel, ADC_SLOW);
|
||||
addChannel("fuel", engineConfiguration->fuelLevelSensor, ADC_SLOW);
|
||||
addChannel("pPS", engineConfiguration->throttlePedalPositionAdcChannel, ADC_SLOW);
|
||||
|
|
Loading…
Reference in New Issue