fixing default
This commit is contained in:
parent
6256e10fd2
commit
5043ebfbcf
|
@ -187,7 +187,7 @@ void setBoardDefaultConfiguration() {
|
||||||
engineConfiguration->clutchDownPinMode = PI_PULLDOWN;
|
engineConfiguration->clutchDownPinMode = PI_PULLDOWN;
|
||||||
engineConfiguration->launchActivationMode = CLUTCH_INPUT_LAUNCH;
|
engineConfiguration->launchActivationMode = CLUTCH_INPUT_LAUNCH;
|
||||||
// ? 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_PWM4;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue