From b392328c35dfbe231d8d7c0c43f359f46d0f8281 Mon Sep 17 00:00:00 2001 From: Daniel Koepping Date: Thu, 23 Jul 2026 15:00:25 -0700 Subject: [PATCH] big model loading permanent alert (#38436) show big model loading as permanent alert --- openpilot/selfdrive/selfdrived/events.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openpilot/selfdrive/selfdrived/events.py b/openpilot/selfdrive/selfdrived/events.py index 76ffea1111..c5b2a87089 100755 --- a/openpilot/selfdrive/selfdrived/events.py +++ b/openpilot/selfdrive/selfdrived/events.py @@ -411,6 +411,7 @@ EVENTS: dict[int, dict[str, Alert | AlertCallbackType]] = { EventName.bigModelLoading: { ET.NO_ENTRY: NoEntryAlert("Big Model Loading"), + ET.PERMANENT: NormalPermanentAlert("Big Model Loading"), }, EventName.bigModelReady: {