This commit is contained in:
parent
4275ea7664
commit
653958dcb2
|
@ -9,6 +9,8 @@ endif
|
|||
|
||||
DDEFS += -DEFI_MAIN_RELAY_CONTROL=TRUE
|
||||
|
||||
DDEFS += -DADC_MUX_PIN=Gpio::F2
|
||||
|
||||
# Add them all together
|
||||
DDEFS += -DFIRMWARE_ID=\"hellen-honda-k\" $(VAR_DEF_ENGINE_TYPE)
|
||||
DDEFS += -DEFI_SOFTWARE_KNOCK=TRUE -DSTM32_ADC_USE_ADC3=TRUE
|
||||
|
|
|
@ -112,8 +112,8 @@ void setBoardDefaultConfiguration() {
|
|||
engineConfiguration->fuelPumpPin = H144_OUT_IO9;
|
||||
// engineConfiguration->idle.solenoidPin = Gpio::D14; // OUT_PWM5
|
||||
// engineConfiguration->fanPin = Gpio::D12; // OUT_PWM8
|
||||
engineConfiguration->mainRelayPin = Gpio::G14; // pin: 111a, OUT_IO3
|
||||
engineConfiguration->malfunctionIndicatorPin = H144_OUT_PWM8;
|
||||
engineConfiguration->mainRelayPin = H144_OUT_IO3;
|
||||
engineConfiguration->malfunctionIndicatorPin = H144_OUT_IO7;
|
||||
|
||||
engineConfiguration->brakePedalPin = H144_IN_CAM;
|
||||
// engineConfiguration->acSwitch = H144_IN_RES1;
|
||||
|
|
Loading…
Reference in New Issue