Hyundai: fix button enable controls mismatch (#26471)

* bump panda

* buttonCancel needs to be a noEntry

* bompo

* Update ref_commit
pull/26475/head
Shane Smiskol 2 years ago committed by GitHub
parent 9f80a97eee
commit 89b88fc7a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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: { EventName.buttonCancel: {
ET.USER_DISABLE: EngagementAlert(AudibleAlert.disengage), ET.USER_DISABLE: EngagementAlert(AudibleAlert.disengage),
ET.NO_ENTRY: NoEntryAlert("Cancel Pressed"),
}, },
EventName.brakeHold: { EventName.brakeHold: {

@ -1 +1 @@
9e37e8ee8013515cfd75cf352a1a2b9aa447c441 b5c833a8f5b3e6202a52746fc16809c7b649d591

Loading…
Cancel
Save