diff --git a/firmware/controllers/algo/launch_control.cpp b/firmware/controllers/algo/launch_control.cpp index 24a27e4c4f..4a640ace63 100644 --- a/firmware/controllers/algo/launch_control.cpp +++ b/firmware/controllers/algo/launch_control.cpp @@ -92,6 +92,7 @@ bool LaunchControlBase::isLaunchConditionMet(int rpm) { LaunchControlBase::LaunchControlBase() { launchActivatePinState = false; + isLaunchPreCondition = false; isLaunchCondition = false; } diff --git a/firmware/controllers/algo/launch_control_state.txt b/firmware/controllers/algo/launch_control_state.txt index c6d666ddc0..6c9f84e3e2 100644 --- a/firmware/controllers/algo/launch_control_state.txt +++ b/firmware/controllers/algo/launch_control_state.txt @@ -4,6 +4,7 @@ int retardThresholdRpm bit combinedConditions bit launchActivatePinState +bit isLaunchPreCondition bit isLaunchCondition bit isSwitchActivated bit isClutchActivated