GM: remove CHEVROLET_BOLT_NON_ACC_2ND_GEN from dashcamOnly (#414)

This commit is contained in:
Jason Wen
2026-02-17 22:51:31 -05:00
committed by GitHub
parent 8289577096
commit a996ed701b
3 changed files with 25 additions and 3 deletions

View File

@@ -35,9 +35,9 @@
|Cadillac|CT6 Non-ACC 2017-18|No Adaptive Cruise Control (Non-ACC)|[Dashcam mode](#dashcam)|
|Cadillac|XT5 Non-ACC 2018|No Adaptive Cruise Control (Non-ACC)|[Dashcam mode](#dashcam)|
|Chevrolet|Bolt EUV 2022-23|Premier or Premier Redline Trim, without Super Cruise Package|[Upstream](#upstream)|
|Chevrolet|Bolt EUV LT Non-ACC 2022-23|No Adaptive Cruise Control (Non-ACC)|[Dashcam mode](#dashcam)|
|Chevrolet|Bolt EUV LT Non-ACC 2022-23|No Adaptive Cruise Control (Non-ACC)|[Community](community)|
|Chevrolet|Bolt EV 2022-23|2LT Trim with Adaptive Cruise Control Package|[Upstream](#upstream)|
|Chevrolet|Bolt EV LT Non-ACC 2022-23|No Adaptive Cruise Control (Non-ACC)|[Dashcam mode](#dashcam)|
|Chevrolet|Bolt EV LT Non-ACC 2022-23|No Adaptive Cruise Control (Non-ACC)|[Community](community)|
|Chevrolet|Bolt EV Non-ACC 2017|No Adaptive Cruise Control (Non-ACC)|[Community](community)|
|Chevrolet|Bolt EV Non-ACC 2018-21|No Adaptive Cruise Control (Non-ACC)|[Community](community)|
|Chevrolet|Equinox 2019-22|Adaptive Cruise Control (ACC)|[Upstream](#upstream)|

View File

@@ -260,7 +260,7 @@ class CarInterface(CarInterfaceBase, CarInterfaceExt):
stock_cp.minSteerSpeed = 3.0 # ~6 mph
# dashcamOnly platforms: untested platforms, need user validations
if candidate in (CAR.CHEVROLET_BOLT_NON_ACC_2ND_GEN, CAR.CHEVROLET_SUBURBAN_NON_ACC_11TH_GEN, CAR.CADILLAC_CT6_NON_ACC_1ST_GEN,
if candidate in (CAR.CHEVROLET_SUBURBAN_NON_ACC_11TH_GEN, CAR.CADILLAC_CT6_NON_ACC_1ST_GEN,
CAR.CHEVROLET_TRAILBLAZER_NON_ACC_2ND_GEN, CAR.CADILLAC_XT5_NON_ACC_1ST_GEN):
stock_cp.dashcamOnly = True

View File

@@ -212,6 +212,17 @@
],
"package": "Premier or Premier Redline Trim, without Super Cruise Package"
},
"Chevrolet Bolt EUV LT Non-ACC 2022-23": {
"platform": "CHEVROLET_BOLT_NON_ACC_2ND_GEN",
"make": "Chevrolet",
"brand": "gm",
"model": "Bolt EUV LT Non-ACC",
"year": [
"2022",
"2023"
],
"package": "No Adaptive Cruise Control (Non-ACC)"
},
"Chevrolet Bolt EV 2022-23": {
"platform": "CHEVROLET_BOLT_EUV",
"make": "Chevrolet",
@@ -223,6 +234,17 @@
],
"package": "2LT Trim with Adaptive Cruise Control Package"
},
"Chevrolet Bolt EV LT Non-ACC 2022-23": {
"platform": "CHEVROLET_BOLT_NON_ACC_2ND_GEN",
"make": "Chevrolet",
"brand": "gm",
"model": "Bolt EV LT Non-ACC",
"year": [
"2022",
"2023"
],
"package": "No Adaptive Cruise Control (Non-ACC)"
},
"Chevrolet Bolt EV Non-ACC 2017": {
"platform": "CHEVROLET_BOLT_NON_ACC",
"make": "Chevrolet",