Add event for commIssueWarning

pull/2685/head
Willem Melching 4 years ago
parent 4836617762
commit 93e90898dd
  1. 2
      selfdrive/controls/lib/events.py

@ -211,6 +211,8 @@ def wrong_car_mode_alert(CP: car.CarParams, sm: messaging.SubMaster, metric: boo
EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, bool], Alert]]]] = {
# ********** events with no alerts **********
EventName.comIssueWarning: {},
# ********** events only containing alerts displayed in all states **********
EventName.debugAlert: {

Loading…
Cancel
Save