mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-03 15:23:53 +08:00
fix warning -> userPrompt
This commit is contained in:
@@ -870,7 +870,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, boo
|
||||
ET.WARNING: Alert(
|
||||
"Speed Too High",
|
||||
"Model uncertain at this speed",
|
||||
AlertStatus.warning, AlertSize.mid,
|
||||
AlertStatus.userPrompt, AlertSize.mid,
|
||||
Priority.HIGH, VisualAlert.steerRequired, AudibleAlert.chimeWarningRepeat, 2.2, 3., 4.),
|
||||
ET.NO_ENTRY: Alert(
|
||||
"Speed Too High",
|
||||
|
||||
Reference in New Issue
Block a user