Update longcontrol.py

This commit is contained in:
infiniteCable2
2025-08-01 18:07:30 +02:00
committed by GitHub
parent 50bfcd155b
commit acfe1ac1c0
+1 -1
View File
@@ -77,7 +77,7 @@ class LongControl:
elif self.long_control_state == LongCtrlState.starting:
if self.CP.useCarBrakeHoldState:
if CS.brakeHoldActive:
if CS.brakeHoldConfirmation:
output_accel = self.CP.startAccel
self.reset()
else: