mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 04:22:09 +08:00
alert: smaller standstill alert (#26751)
smaller standstill alert old-commit-hash: 2545dd195efc164da9561ae9ae2115482eb9f931
This commit is contained in:
@@ -500,9 +500,9 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
|
||||
|
||||
EventName.resumeRequired: {
|
||||
ET.WARNING: Alert(
|
||||
"STOPPED",
|
||||
"Press Resume to Exit Standstill",
|
||||
AlertStatus.userPrompt, AlertSize.mid,
|
||||
"",
|
||||
AlertStatus.userPrompt, AlertSize.small,
|
||||
Priority.LOW, VisualAlert.none, AudibleAlert.none, .2),
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user