only:uaefi

This commit is contained in:
rusefi 2023-12-21 20:12:04 -05:00
parent 0fc1a9e6ae
commit 0618ac8e17
1 changed files with 2 additions and 3 deletions

View File

@ -29,13 +29,12 @@ static void setIgnitionPins() {
}
static void setupDefaultSensorInputs() {
engineConfiguration->vehicleSpeedSensorInputPin = Gpio::MM100_IN_D2;
engineConfiguration->tps1_1AdcChannel = MM100_IN_TPS_ANALOG;
engineConfiguration->tps1_2AdcChannel = MM100_IN_AUX1_ANALOG;
engineConfiguration->map.sensor.hwChannel = MM100_IN_MAP1_ANALOG;
setPPSInputs(MM100_IN_PPS_ANALOG, MM100_IN_AUX2_ANALOG);
engineConfiguration->enableAemXSeries = true;
engineConfiguration->clt.adcChannel = MM100_IN_CLT_ANALOG;
@ -43,7 +42,7 @@ static void setupDefaultSensorInputs() {
engineConfiguration->triggerInputPins[0] = Gpio::MM100_UART8_TX; // VR2 max9924 is the safer default
engineConfiguration->camInputs[0] = Gpio::MM100_IN_D1;
engineConfiguration->camInputs[0] = Gpio::MM100_IN_D2;
engineConfiguration->camInputs[1] = Gpio::MM100_IN_D2;
engineConfiguration->vehicleSpeedSensorInputPin = Gpio::MM100_IN_D3;
}