27/9/23 - Cambio a la precision minima para mostrar un punto.

This commit is contained in:
2023-09-28 00:42:10 -06:00
parent 04f4ee31b2
commit e0bb8ccf21

View File

@@ -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)