Main and Pump pins default set wrong fix #3501

This commit is contained in:
rusefillc 2021-11-07 22:09:14 -05:00
parent 21e7272e66
commit f9ec1cddc5
1 changed files with 3 additions and 3 deletions

View File

@ -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;