From 9ed1fc74e85911a350557ae53ec2cb2004fe3660 Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Sun, 29 Mar 2026 17:56:21 -0500 Subject: [PATCH] delete duplicate --- opendbc_repo/opendbc/car/gm/values.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opendbc_repo/opendbc/car/gm/values.py b/opendbc_repo/opendbc/car/gm/values.py index 779bd641..6dfc3be3 100644 --- a/opendbc_repo/opendbc/car/gm/values.py +++ b/opendbc_repo/opendbc/car/gm/values.py @@ -301,7 +301,6 @@ class CAR(Platforms): CHEVROLET_BOLT_ACC_2022_2023 = GMPlatformConfig( [ GMCarDocs("Chevrolet Bolt ACC 2022-23", "Premier or Premier Redline Trim without Super Cruise Package", video="https://youtu.be/xvwzGMUA210"), - GMCarDocs("Chevrolet Bolt EV ACC 2022-23", "2LT Trim with Adaptive Cruise Control Package"), ], GMCarSpecs(mass=1669, wheelbase=2.63779, steerRatio=16.8, centerToFrontRatio=0.4, tireStiffnessFactor=1.0), )