8chan/platinum (specific hardware) MAP sensor reads random voltage (because it's special case of FAST mode) fix #7341
only:alphax-8chan_f7
This commit is contained in:
parent
e7da2e6fb6
commit
b02ed76478
|
@ -10,14 +10,14 @@ pins:
|
|||
|
||||
- pin: 1A
|
||||
meta: MM176_IN_CRANK_ANALOG
|
||||
function: Aux Analog 1
|
||||
function: Aux Analog 1 / External MAP
|
||||
class: analog_inputs
|
||||
ts_name: 1A - Aux Analog 1
|
||||
color: blue
|
||||
|
||||
- pin: 2A
|
||||
meta: MM176_IN_MAP1_ANALOG
|
||||
function: Aux Analog 4 / External MAP
|
||||
function: Aux Analog 4
|
||||
class: analog_inputs
|
||||
ts_name: 2A - MAP / Aux Analog 4
|
||||
color: blue
|
||||
|
|
|
@ -216,6 +216,6 @@ void setGmSbcGen5() {
|
|||
engineConfiguration->camInputs[1] = Gpio::Unassigned;
|
||||
|
||||
engineConfiguration->flexSensorPin = Gpio::MM176_IN_SENS3;
|
||||
engineConfiguration->map.sensor.hwChannel = MM176_IN_MAP1_ANALOG; // 2A Aux Analog 4 / External MAP
|
||||
engineConfiguration->map.sensor.hwChannel = MM176_IN_CRANK_ANALOG; // 1A Aux Analog 1. Important to use analog without muxing!
|
||||
#endif // HW_HELLEN_8CHAN
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue