probably don't care about pcmCruise

audible-cancel
Shane Smiskol 2 months ago
parent 178a41256d
commit a17bdde523
  1. 2
      selfdrive/selfdrived/selfdrived.py

@ -158,7 +158,7 @@ class SelfdriveD:
if self.CP.passive: if self.CP.passive:
return return
if CS.cruiseState.enabled and (not self.enabled or not self.CP.pcmCruise): if CS.cruiseState.enabled and not self.enabled:
self.events.add(EventName.cancellingCruise) self.events.add(EventName.cancellingCruise)
# Block resume if cruise never previously enabled # Block resume if cruise never previously enabled

Loading…
Cancel
Save