Skip to content

Commit

Permalink
[bot] Car docs: update model years from new users (#1443)
Browse files Browse the repository at this point in the history
Update car docs
  • Loading branch information
sshane authored Nov 4, 2024
1 parent 1d9c89a commit cf2f64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendbc/car/ford/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class CAR(Platforms):
)
FORD_EXPLORER_MK6 = FordPlatformConfig(
[
FordCarDocs("Ford Explorer 2020-23", hybrid=True), # Hybrid: Limited and Platinum only
FordCarDocs("Ford Explorer 2020-24", hybrid=True), # Hybrid: Limited and Platinum 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 cf2f64f

Please sign in to comment.