only:mre_f4
This commit is contained in:
rusefillc 2023-04-17 20:32:55 -04:00
parent 9cf65a84d7
commit 6ad816a673
2 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,9 @@
#define MRE_IN_ANALOG_VOLT_3 EFI_ADC_7
#define MRE_IN_PPS MRE_IN_ANALOG_VOLT_3
// 19 - AN volt 4
#define MRE_IN_ANALOG_VOLT_4 EFI_ADC_12
// 32 - AN volt 6
#define MRE_IN_ANALOG_VOLT_6 EFI_ADC_14

View File

@ -70,6 +70,8 @@ void setMreM111EngineConfiguration() {
#if HW_MICRO_RUSEFI
setPPSInputs(MRE_IN_PPS, MRE_IN_PPS2);
setTPS1Inputs(MRE_IN_TPS, MRE_IN_TPS2);
engineConfiguration->oilPressure.hwChannel = MRE_IN_ANALOG_VOLT_4;
#endif // HW_MICRO_RUSEFI
// note how these numbers are very flipped hyundai154 defaults?
setTPS1Calibration(891, 69, 98, 926);