mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-08 06:22:03 +08:00
Honda Bosch cleanup (#22999)
This commit is contained in:
+1
-1
Submodule cereal updated: 5edffa0f49...032aca6ca3
+1
-1
Submodule panda updated: 13f8cd17a6...c9992a80c0
@@ -33,7 +33,7 @@ class CarInterface(CarInterfaceBase):
|
||||
ret.carName = "honda"
|
||||
|
||||
if candidate in HONDA_BOSCH:
|
||||
ret.safetyConfigs = [get_safety_config(car.CarParams.SafetyModel.hondaBoschHarness)]
|
||||
ret.safetyConfigs = [get_safety_config(car.CarParams.SafetyModel.hondaBosch)]
|
||||
ret.radarOffCan = True
|
||||
|
||||
# Disable the radar and let openpilot control longitudinal
|
||||
|
||||
Reference in New Issue
Block a user