mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-08 17:03:41 +08:00
7ee9ba34dd
* Honda carstate: refactor MAIN_ON signal MAIN_ON handling was scattered throughout the code since the enclosing message differed by model. Store the message name in the instance. Several cases in get_can_signals() and update() were subsequently collapsed. * remove duplicate BRAKE_HOLD_ACTIVE signal * Update selfdrive/car/honda/carstate.py * add some whitespace * cleanup carstate Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>