Skip to content

Commit 82aa8fe

Browse files
author
Casey Francis
committed
Revert "Update carstate.py"
This reverts commit b94fcdf.
1 parent b94fcdf commit 82aa8fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

selfdrive/car/honda/carstate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ def get_can_signals(CP, gearbox_msg, main_on_sig_msg):
9191
("CRUISE_SPEED", "ACC_HUD"),
9292
("ACCEL_COMMAND", "ACC_CONTROL"),
9393
("AEB_STATUS", "ACC_CONTROL"),
94-
("BRAKE_PRESSED", "BRAKE_MODULE"),
94+
#brakelights for HONDA BOSCH
95+
("BRAKE_LIGHTS", "ACC_CONTROL"),
9596
]
9697
checks += [
9798
("ACC_HUD", 10),

0 commit comments

Comments
 (0)