mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-19 16:22:08 +08:00
debug: update alerts (#30023)
* remove vehicleModelInvalid * add locationdTemporaryError * add paramsdTemporaryError old-commit-hash: f7f8b769efd0e7d144f6b19903a5a2a9d86c3772
This commit is contained in:
@@ -25,7 +25,8 @@ def cycle_alerts(duration=200, is_metric=False):
|
||||
(EventName.buttonCancel, ET.USER_DISABLE),
|
||||
(EventName.wrongGear, ET.NO_ENTRY),
|
||||
|
||||
(EventName.vehicleModelInvalid, ET.SOFT_DISABLE),
|
||||
(EventName.locationdTemporaryError, ET.SOFT_DISABLE),
|
||||
(EventName.paramsdTemporaryError, ET.SOFT_DISABLE),
|
||||
(EventName.accFaulted, ET.IMMEDIATE_DISABLE),
|
||||
|
||||
# DM sequence
|
||||
|
||||
Reference in New Issue
Block a user