From 56ca486fe9207cd33023708ff3e0b1c88de7dad1 Mon Sep 17 00:00:00 2001 From: discountchubbs Date: Mon, 10 Nov 2025 12:39:42 -0800 Subject: [PATCH] more frames --- sunnypilot/navd/navigationd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunnypilot/navd/navigationd.py b/sunnypilot/navd/navigationd.py index c5fac2cc03..a48b59811d 100755 --- a/sunnypilot/navd/navigationd.py +++ b/sunnypilot/navd/navigationd.py @@ -48,7 +48,7 @@ class Navigationd: def _update_params(self): if self.last_position is not None: self.frame += 1 - if self.frame % 9 == 0: + if self.frame % 15 == 0: self.allow_navigation = self.params.get('AllowNavigation', return_default=True) self.is_metric = self.params.get('IsMetric', return_default=True) self.new_destination = self.params.get('MapboxRoute')