Honda Pilot, Passport, Ridgeline: increase user brake threshold (#23641)

pull/23668/head
Willem Melching 2022-01-30 19:45:24 +01:00 committed by GitHub
parent d2735d73fc
commit 96743c1067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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