Hyundai: fix button enable controls mismatch (#26471)

* bump panda

* buttonCancel needs to be a noEntry

* bompo

* Update ref_commit
old-commit-hash: 89b88fc7a2
taco
Shane Smiskol 3 years ago committed by GitHub
parent 400b36a57f
commit 054cb1f8c1
  1. 2
      panda
  2. 1
      selfdrive/controls/lib/events.py
  3. 2
      selfdrive/test/process_replay/ref_commit

@ -1 +1 @@
Subproject commit 281eb7731b4338fef049977593fdf3315adf09e9
Subproject commit d57311126860c9a87edf5b7b9f81a2a038866a26

@ -597,6 +597,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
EventName.buttonCancel: {
ET.USER_DISABLE: EngagementAlert(AudibleAlert.disengage),
ET.NO_ENTRY: NoEntryAlert("Cancel Pressed"),
},
EventName.brakeHold: {

@ -1 +1 @@
9e37e8ee8013515cfd75cf352a1a2b9aa447c441
b5c833a8f5b3e6202a52746fc16809c7b649d591

Loading…
Cancel
Save