m111
This commit is contained in:
parent
35527fe9c9
commit
c5cf0f46b0
|
@ -61,6 +61,7 @@
|
|||
|
||||
// 40 - AN volt 9
|
||||
#define MRE_IN_ANALOG_VOLT_9 EFI_ADC_9
|
||||
#define MRE_AV9_REUSE Gpio::B1
|
||||
|
||||
// 28 - AN volt 10
|
||||
#define MRE_IN_ANALOG_VOLT_10 EFI_ADC_4
|
||||
|
|
|
@ -72,6 +72,8 @@ void setMreM111EngineConfiguration() {
|
|||
setTPS1Inputs(MRE_IN_TPS, MRE_IN_TPS2);
|
||||
|
||||
engineConfiguration->oilPressure.hwChannel = MRE_IN_ANALOG_VOLT_4;
|
||||
// assumes R30 is populated
|
||||
engineConfiguration->boostControlPin = MRE_AV9_REUSE;
|
||||
#endif // HW_MICRO_RUSEFI
|
||||
// note how these numbers are very flipped hyundai154 defaults?
|
||||
setTPS1Calibration(891, 69, 98, 926);
|
||||
|
|
Loading…
Reference in New Issue