100 meters

This commit is contained in:
discountchubbs
2025-10-23 16:56:58 -07:00
parent e3f9fe892a
commit fe70650f73
+1 -1
View File
@@ -85,7 +85,7 @@ class Navigationd:
self.allow_recompute = False
if self.recompute_allowed:
self.reroute_counter += 1 if nav_data['distance_from_route'] > 25 else 0
self.reroute_counter += 1 if nav_data['distance_from_route'] > 100 else 0
return banner_instructions, progress, nav_data