Skip to content

Commit

Permalink
Update carstate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Francis committed Jul 3, 2022
1 parent 0cfcfd2 commit 785b974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions selfdrive/car/honda/carstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def get_can_signals(CP, gearbox_msg, main_on_sig_msg):
signals += [
("EPB_STATE", "EPB_STATUS"),
("IMPERIAL_UNIT", "CAR_SPEED"),
#brakelights for HONDA BOSCH
("BRAKE_LIGHTS", "ACC_CONTROL"),
]
checks += [
("EPB_STATUS", 50),
Expand Down

0 comments on commit 785b974

Please sign in to comment.