mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
increase min duration of steer saturated alert (#29191)
* increase min duration of steer saturated alert * update refs old-commit-hash: 347620556946eb365dc61363079655ae5a4a891d
This commit is contained in:
@@ -549,7 +549,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
|
||||
"Take Control",
|
||||
"Turn Exceeds Steering Limit",
|
||||
AlertStatus.userPrompt, AlertSize.mid,
|
||||
Priority.LOW, VisualAlert.steerRequired, AudibleAlert.promptRepeat, 1.),
|
||||
Priority.LOW, VisualAlert.steerRequired, AudibleAlert.promptRepeat, 2.),
|
||||
},
|
||||
|
||||
# Thrown when the fan is driven at >50% but is not rotating
|
||||
|
||||
@@ -1 +1 @@
|
||||
af03f2ddbc5244f9a885445c0452987a4bb81302
|
||||
8fd42f02d1ecac695327bfc0afd4be1918ab680a
|
||||
Reference in New Issue
Block a user