this car has high-side main relay WOW

This commit is contained in:
rusefi 2020-12-13 14:49:14 -05:00
parent 8f1ca90562
commit 91aa8b80d7
1 changed files with 3 additions and 0 deletions

View File

@ -53,5 +53,8 @@ void setSubaruEJ18_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
// TLE8888_PIN_23: "33 - GP Out 3"
engineConfiguration->malfunctionIndicatorPin = TLE8888_PIN_23;
// this car has high-side main relay WOW
engineConfiguration->mainRelayPin = GPIOD_6; // "13 - GP Out 6"
}