From c68ea82a5df88913ad45d11df2e3bb0c46da1898 Mon Sep 17 00:00:00 2001 From: James Vecellio-Grant <159560811+Discountchubbs@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:27:37 -0700 Subject: [PATCH] =?UTF-8?q?hahaha=20it=E2=80=99ll=20fail=20the=20test=20bu?= =?UTF-8?q?t=20that=E2=80=99s=20a=20later=20problem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b900a926fb..f9508337f0 100644 --- a/sunnypilot/navd/event_builder.py +++ b/sunnypilot/navd/event_builder.py @@ -27,7 +27,7 @@ def build_navigation_events(sm) -> list: def _build_banner_message(nav_msg): - m = nav_msg.allManeuvers[0] + m = nav_msg.allManeuvers[1] banner = m.instruction dist = f'{int(m.distance)}m'