controlsd: handle controls mismatch race (#24245)

* controlsd: handle controls mismatch race

* update refs
old-commit-hash: 233a167cc9
This commit is contained in:
Adeeb Shihadeh
2022-04-18 17:08:25 -07:00
committed by GitHub
parent fc6d8b7d7b
commit e8ad31f32b
2 changed files with 2 additions and 1 deletions

View File

@@ -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: {

View File

@@ -1 +1 @@
dea753b12032ad2c50b4a163a3077a8530267800
22356d49a926a62c01d698d77c1f323016b68fd8