feat: Increase alert duration to 1.5 seconds

pull/34920/head
David 1 month ago
parent 1777be866a
commit d28851933a
  1. 2
      selfdrive/selfdrived/events.py

@ -982,7 +982,7 @@ EVENTS: dict[int, dict[str, Alert | AlertCallbackType]] = {
"Bookmark Saved",
"",
AlertStatus.normal, AlertSize.small,
Priority.LOW, VisualAlert.none, AudibleAlert.prompt, 1.
Priority.LOW, VisualAlert.none, AudibleAlert.prompt, 1.5
),
},
}

Loading…
Cancel
Save