From 2637b1aa5abefb8bb06e73312508e2953b8b4e35 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 23 Jan 2025 21:56:04 -0500 Subject: [PATCH] only:alphax-8chan_f7 --- firmware/config/engines/gm_sbc.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firmware/config/engines/gm_sbc.cpp b/firmware/config/engines/gm_sbc.cpp index a1d3774d58..e5155b5ce9 100644 --- a/firmware/config/engines/gm_sbc.cpp +++ b/firmware/config/engines/gm_sbc.cpp @@ -215,6 +215,10 @@ void setGmSbcGen5() { engineConfiguration->vvtMode[1] = VVT_INACTIVE; engineConfiguration->camInputs[1] = Gpio::Unassigned; + engineConfiguration->oilPressure.hwChannel = MM176_IN_MAP1_ANALOG; // 2A Aux Analog 4 / External MAP + engineConfiguration->fuelLevelSensor = MM176_IN_O2S_ANALOG; // 3A - Aux Analog 2 + // engineConfiguration->lowPressureFuel.hwChannel = + // engineConfiguration->acPressure.hwChannel engineConfiguration->flexSensorPin = Gpio::MM176_IN_SENS3; engineConfiguration->map.sensor.hwChannel = MM176_IN_CRANK_ANALOG; // 1A Aux Analog 1. Important to use analog without muxing! #endif // HW_HELLEN_8CHAN