|
|
@ -287,8 +287,8 @@ EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, boo |
|
|
|
EventName.communityFeatureDisallowed: { |
|
|
|
EventName.communityFeatureDisallowed: { |
|
|
|
# LOW priority to overcome Cruise Error |
|
|
|
# LOW priority to overcome Cruise Error |
|
|
|
ET.PERMANENT: Alert( |
|
|
|
ET.PERMANENT: Alert( |
|
|
|
"Community Feature Detected", |
|
|
|
"openpilot Not Available", |
|
|
|
"Enable Community Features in Developer Settings", |
|
|
|
"Enable Community Features in Settings to Engage", |
|
|
|
AlertStatus.normal, AlertSize.mid, |
|
|
|
AlertStatus.normal, AlertSize.mid, |
|
|
|
Priority.LOW, VisualAlert.none, AudibleAlert.none, 0., 0., .2), |
|
|
|
Priority.LOW, VisualAlert.none, AudibleAlert.none, 0., 0., .2), |
|
|
|
}, |
|
|
|
}, |
|
|
|