From cf2f64f386dd5c105fa0d3d49beb622e9bc1ca65 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 4 Nov 2024 16:09:18 -0600 Subject: [PATCH] [bot] Car docs: update model years from new users (#1443) Update car docs --- opendbc/car/ford/values.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendbc/car/ford/values.py b/opendbc/car/ford/values.py index 6588c9a49c..20cd4d6774 100644 --- a/opendbc/car/ford/values.py +++ b/opendbc/car/ford/values.py @@ -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),