Car docs: fix required package for Bolt EUV 2022-23 (#25421)

* Need Adaptive Cruise Control

* no 2LT in configurator

* or redline
old-commit-hash: c2162420d24e8c4e43c63376cc5bc5576e467f58
This commit is contained in:
Shane Smiskol
2022-08-12 20:56:26 -07:00
committed by GitHub
parent 40b1ba348b
commit dc4270ceee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ CAR_INFO: Dict[str, Union[GMCarInfo, List[GMCarInfo]]] = {
CAR.ACADIA: GMCarInfo("GMC Acadia 2018", video_link="https://www.youtube.com/watch?v=0ZN6DdsBUZo"),
CAR.BUICK_REGAL: GMCarInfo("Buick Regal Essence 2018"),
CAR.ESCALADE_ESV: GMCarInfo("Cadillac Escalade ESV 2016", "Adaptive Cruise Control (ACC) & LKAS"),
CAR.BOLT_EUV: GMCarInfo("Chevrolet Bolt EUV 2022-23", "All", footnotes=[], harness=Harness.gm),
CAR.BOLT_EUV: GMCarInfo("Chevrolet Bolt EUV 2022-23", "Premier/Premier Redline Trim", footnotes=[], harness=Harness.gm),
}