mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-08 09:45:54 +08:00
Hyundai: fix button enable controls mismatch (#26471)
* bump panda
* buttonCancel needs to be a noEntry
* bompo
* Update ref_commit
old-commit-hash: 89b88fc7a2
This commit is contained in:
+1
-1
Submodule panda updated: 281eb7731b...d573111268
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user