Skip to content

Commit

Permalink
[bot] Car docs: update model years from new users (#1424)
Browse files Browse the repository at this point in the history
Update car docs
  • Loading branch information
sshane authored Oct 28, 2024
1 parent 4aae6d0 commit 8758558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opendbc/car/ford/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def init(self):

class CAR(Platforms):
FORD_BRONCO_SPORT_MK1 = FordPlatformConfig(
[FordCarDocs("Ford Bronco Sport 2021-23")],
[FordCarDocs("Ford Bronco Sport 2021-24")],
CarSpecs(mass=1625, wheelbase=2.67, steerRatio=17.7),
)
FORD_ESCAPE_MK4 = FordPlatformConfig(
Expand All @@ -112,7 +112,7 @@ class CAR(Platforms):
FORD_EXPLORER_MK6 = FordPlatformConfig(
[
FordCarDocs("Ford Explorer 2020-23", hybrid=True), # Hybrid: Limited and Platinum only
FordCarDocs("Lincoln Aviator 2020-23", "Co-Pilot360 Plus", plug_in_hybrid=True), # Hybrid: Grand Touring only
FordCarDocs("Lincoln Aviator 2020-24", "Co-Pilot360 Plus", plug_in_hybrid=True), # Hybrid: Grand Touring only
],
CarSpecs(mass=2050, wheelbase=3.025, steerRatio=16.8),
)
Expand Down

0 comments on commit 8758558

Please sign in to comment.