mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-06 17:35:44 +08:00
increase min duration of steer saturated alert (#29191)
* increase min duration of steer saturated alert
* update refs
old-commit-hash: 3476205569
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