From e0bb8ccf21123bed8fbf5f582e5622d91bd2ed96 Mon Sep 17 00:00:00 2001 From: cheveguerra Date: Thu, 28 Sep 2023 00:42:10 -0600 Subject: [PATCH] 27/9/23 - Cambio a la precision minima para mostrar un punto. --- Pusher.b4a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pusher.b4a b/Pusher.b4a index 34141c3..338b314 100644 --- a/Pusher.b4a +++ b/Pusher.b4a @@ -321,7 +321,7 @@ Sub JobDone(Job As HttpJob) ' Log(acc0) Private acc As String If acc0.Size = 1 Then acc = acc0.Get(0) Else acc = acc0.Get(1) - If acc < 20 Then + If acc < 30 Then rutaGPS = rutaGPS & d & CRLF If cont > 0 Then distanciaRecorrida = distanciaRecorrida + coordsAnt.DistanceTo(estasCoords)