From 61ad1c4490b509b34474dfd2105471e362b5a1be Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Fri, 16 Feb 2024 17:05:14 -0800 Subject: [PATCH] less meters --- Meshtastic/Helpers/LocationsHandler.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Helpers/LocationsHandler.swift b/Meshtastic/Helpers/LocationsHandler.swift index 53712c24..82714d62 100644 --- a/Meshtastic/Helpers/LocationsHandler.swift +++ b/Meshtastic/Helpers/LocationsHandler.swift @@ -94,7 +94,7 @@ import CoreLocation print("Bad Location \(self.count): Horizontal Accuracy: \(location.horizontalAccuracy) \(location)") return false } - if location.horizontalAccuracy > 100 { + if location.horizontalAccuracy > 25 { print("Bad Location \(self.count): Horizontal Accuracy: \(location.horizontalAccuracy) \(location)") return false }