Main and Pump pins default set wrong fix #3501
This commit is contained in:
parent
21e7272e66
commit
f9ec1cddc5
|
@ -153,12 +153,12 @@ void setBoardDefaultConfiguration(void) {
|
|||
|
||||
CONFIG(enableSoftwareKnock) = true;
|
||||
|
||||
engineConfiguration->fuelPumpPin = GPIOH_14; // 65 - Fuel Pump
|
||||
engineConfiguration->fuelPumpPin = H144_OUT_IO3;
|
||||
engineConfiguration->malfunctionIndicatorPin = GPIOG_4; // 47 - CEL
|
||||
engineConfiguration->tachOutputPin = GPIOD_13; // 37 - TACH
|
||||
engineConfiguration->tachOutputPin = H144_OUT_PWM7;
|
||||
engineConfiguration->idle.solenoidPin = GPIOD_14; // OUT_PWM5
|
||||
engineConfiguration->fanPin = GPIOD_12; // OUT_PWM8
|
||||
engineConfiguration->mainRelayPin = GPIOI_2; // 21 - Main Relay
|
||||
engineConfiguration->mainRelayPin = H144_OUT_IO1;
|
||||
|
||||
// engineConfiguration->injectorCompensationMode
|
||||
engineConfiguration->fuelReferencePressure = 300;
|
||||
|
|
Loading…
Reference in New Issue