Skip to content

Commit

Permalink
nerf dashcam flag for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung8607 committed Dec 19, 2024
1 parent 3fba4a0 commit 4171e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendbc/car/honda/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_pid_accel_limits(CP, current_speed, cruise_speed):
@staticmethod
def _get_params(ret: structs.CarParams, candidate, fingerprint, car_fw, experimental_long, docs) -> structs.CarParams:
ret.carName = "honda"
ret.dashcamOnly = candidate == CAR.HONDA_ODYSSEY_BOSCH
# ret.dashcamOnly = candidate == CAR.HONDA_ODYSSEY_BOSCH

CAN = CanBus(ret, fingerprint)

Expand Down

0 comments on commit 4171e87

Please sign in to comment.