mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 00:05:57 +08:00
Honda Pilot, Passport, Ridgeline: increase user brake threshold (#23641)
old-commit-hash: 96743c10676fa340cffd8a3ef36da16d805f1d09
This commit is contained in:
@@ -280,7 +280,7 @@ class CarState(CarStateBase):
|
||||
|
||||
# Gets rid of Pedal Grinding noise when brake is pressed at slow speeds for some models
|
||||
if self.CP.carFingerprint in (CAR.PILOT, CAR.PASSPORT, CAR.RIDGELINE):
|
||||
if ret.brake > 0.05:
|
||||
if ret.brake > 0.1:
|
||||
ret.brakePressed = True
|
||||
|
||||
# TODO: discover the CAN msg that has the imperial unit bit for all other cars
|
||||
|
||||
Reference in New Issue
Block a user