mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 18:42:07 +08:00
controlsd: handle controls mismatch race (#24245)
* controlsd: handle controls mismatch race * update refs old-commit-hash: 233a167cc901afcf0a0abf48fad8516609d19c99
This commit is contained in:
@@ -724,6 +724,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
|
||||
|
||||
EventName.controlsMismatch: {
|
||||
ET.IMMEDIATE_DISABLE: ImmediateDisableAlert("Controls Mismatch"),
|
||||
ET.NO_ENTRY: NoEntryAlert("Controls Mismatch"),
|
||||
},
|
||||
|
||||
EventName.roadCameraError: {
|
||||
|
||||
@@ -1 +1 @@
|
||||
dea753b12032ad2c50b4a163a3077a8530267800
|
||||
22356d49a926a62c01d698d77c1f323016b68fd8
|
||||
Reference in New Issue
Block a user