Deprecate noTarget event (#26638)

deprecate notarget
old-commit-hash: 5409895ab2668284df7b688ce513fa0ef1e57be2
This commit is contained in:
Shane Smiskol
2022-11-30 02:32:47 -08:00
committed by GitHub
parent 02b7ec98ae
commit 634a6c9802
2 changed files with 1 additions and 10 deletions

2
cereal

Submodule cereal updated: 7f55399fde...19a0c46b71

View File

@@ -916,15 +916,6 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
ET.NO_ENTRY: NoEntryAlert("Harness Relay Malfunction"),
},
EventName.noTarget: {
ET.IMMEDIATE_DISABLE: Alert(
"openpilot Canceled",
"No close lead car",
AlertStatus.normal, AlertSize.mid,
Priority.HIGH, VisualAlert.none, AudibleAlert.disengage, 3.),
ET.NO_ENTRY: NoEntryAlert("No Close Lead Car"),
},
EventName.speedTooLow: {
ET.IMMEDIATE_DISABLE: Alert(
"openpilot Canceled",