diff --git a/opendbc_repo b/opendbc_repo index b8a00bddda..0a2315efd1 160000 --- a/opendbc_repo +++ b/opendbc_repo @@ -1 +1 @@ -Subproject commit b8a00bddda562f981b24e099a3850209579e890a +Subproject commit 0a2315efd175176c318aa34d634d55d9dcd9350a diff --git a/sunnypilot/selfdrive/car/car_specific.py b/sunnypilot/selfdrive/car/car_specific.py index 97ce26429c..bce496ed28 100644 --- a/sunnypilot/selfdrive/car/car_specific.py +++ b/sunnypilot/selfdrive/car/car_specific.py @@ -37,7 +37,7 @@ class CarSpecificEventsSP: # TODO-SP: add 1 m/s hysteresis if CS.vEgo >= self.CP.minEnableSpeed: self.low_speed_alert = False - if CS.gearShifter != GearShifter.drive: + if self.CP.minEnableSpeed >= 14.5 and CS.gearShifter != GearShifter.drive: self.low_speed_alert = True if self.low_speed_alert: events.add(EventName.belowSteerSpeed)