WBO
This commit is contained in:
parent
6347b11c27
commit
723b9aee65
|
@ -196,6 +196,8 @@ void setBoardDefaultConfiguration() {
|
||||||
// ? engineConfiguration->malfunctionIndicatorPin = Gpio::G4; //1E - Check Engine Light
|
// ? engineConfiguration->malfunctionIndicatorPin = Gpio::G4; //1E - Check Engine Light
|
||||||
engineConfiguration->vrThreshold[0].pin = H144_OUT_PWM6;
|
engineConfiguration->vrThreshold[0].pin = H144_OUT_PWM6;
|
||||||
engineConfiguration->vrThreshold[1].pin = H144_OUT_PWM4;
|
engineConfiguration->vrThreshold[1].pin = H144_OUT_PWM4;
|
||||||
|
|
||||||
|
hellenWbo();
|
||||||
}
|
}
|
||||||
|
|
||||||
void boardPrepareForStop() {
|
void boardPrepareForStop() {
|
||||||
|
|
Loading…
Reference in New Issue