This commit is contained in:
parent
fd94fe932f
commit
9fb54e13f4
|
@ -185,9 +185,10 @@ void setBoardDefaultConfiguration() {
|
||||||
|
|
||||||
engineConfiguration->acSwitch = GPIO_UNASSIGNED;
|
engineConfiguration->acSwitch = GPIO_UNASSIGNED;
|
||||||
engineConfiguration->fuelPumpPin = H144_OUT_IO12;
|
engineConfiguration->fuelPumpPin = H144_OUT_IO12;
|
||||||
engineConfiguration->fanPin = H144_OUT_PWM4;
|
engineConfiguration->fanPin = H144_OUT_IO11;
|
||||||
engineConfiguration->mainRelayPin = GPIO_UNASSIGNED;
|
engineConfiguration->mainRelayPin = H144_OUT_IO10;
|
||||||
engineConfiguration->tachOutputPin = H144_OUT_PWM3;
|
engineConfiguration->tachOutputPin = H144_OUT_IO13;
|
||||||
|
engineConfiguration->boostControlPin = H144_OUT_PWM3;
|
||||||
|
|
||||||
// "required" hardware is done - set some reasonable defaults
|
// "required" hardware is done - set some reasonable defaults
|
||||||
setupDefaultSensorInputs();
|
setupDefaultSensorInputs();
|
||||||
|
@ -205,6 +206,7 @@ void setBoardDefaultConfiguration() {
|
||||||
// ? engineConfiguration->malfunctionIndicatorPin = GPIOG_4; //1E - Check Engine Light
|
// ? engineConfiguration->malfunctionIndicatorPin = GPIOG_4; //1E - Check Engine Light
|
||||||
setHellenDefaultVrThresholds();
|
setHellenDefaultVrThresholds();
|
||||||
engineConfiguration->vrThreshold[0].pin = H144_OUT_PWM6;
|
engineConfiguration->vrThreshold[0].pin = H144_OUT_PWM6;
|
||||||
|
engineConfiguration->vrThreshold[1].pin = H144_OUT_PWM4;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -128,8 +128,8 @@ pins:
|
||||||
color: blue
|
color: blue
|
||||||
|
|
||||||
- pin: C1
|
- pin: C1
|
||||||
# H144_OUT_PWM4
|
# H144_OUT_IO11
|
||||||
id: GPIOC_8
|
id: GPIOG_2
|
||||||
class: outputs
|
class: outputs
|
||||||
function: Fan Relay or 5A Power Output (low)
|
function: Fan Relay or 5A Power Output (low)
|
||||||
type: ls
|
type: ls
|
||||||
|
|
Loading…
Reference in New Issue