only: isLaunchPreCondition

This commit is contained in:
Andrey 2024-02-29 23:11:25 -05:00
parent 1788b58f98
commit aa4005aa60
2 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@ bool LaunchControlBase::isLaunchConditionMet(int rpm) {
LaunchControlBase::LaunchControlBase() {
launchActivatePinState = false;
isLaunchPreCondition = false;
isLaunchCondition = false;
}

View File

@ -4,6 +4,7 @@ int retardThresholdRpm
bit combinedConditions
bit launchActivatePinState
bit isLaunchPreCondition
bit isLaunchCondition
bit isSwitchActivated
bit isClutchActivated