From 95d887a417874dc91ecfc8a1847cd7971eff3213 Mon Sep 17 00:00:00 2001 From: James Vecellio-Grant <159560811+Discountchubbs@users.noreply.github.com> Date: Wed, 29 Oct 2025 18:11:22 -0700 Subject: [PATCH] Update event_builder.py --- sunnypilot/navd/event_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunnypilot/navd/event_builder.py b/sunnypilot/navd/event_builder.py index 5fca2f29bc..2739246fd2 100644 --- a/sunnypilot/navd/event_builder.py +++ b/sunnypilot/navd/event_builder.py @@ -19,7 +19,7 @@ class EventBuilder: @staticmethod def _build_banner_message(metric: bool, nav_msg): - m = nav_msg.allManeuvers[1] + m = nav_msg.allManeuvers[-1] banner = m.instruction if metric: