mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-14 02:32:08 +08:00
Update event_builder.py
This commit is contained in:
committed by
GitHub
parent
e297b4c03f
commit
95d887a417
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user