mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
less meters
This commit is contained in:
parent
bdb38b426e
commit
61ad1c4490
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue