mirror of
https://github.com/cheveguerra/Pusher_2.0.git
synced 2026-04-17 19:37:05 +00:00
27/9/23 - Cambio a la precision minima para mostrar un punto.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user