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)