- VERSION 5.12.15

- Correcciones en el codigo de GPS en Cliente
This commit is contained in:
2025-12-19 22:02:23 -06:00
parent e5eb82e2de
commit f756cc5ca4
4 changed files with 13 additions and 13 deletions

View File

@@ -1280,14 +1280,14 @@ Sub B4XPage_Appear
End Sub
Sub MejorarPrecisionGPS As ResumableSub
If g.IsInitialized Then
g.Stop
Sleep(500)
End If
g.Initialize("GPS")
g.Start(0, 0) ' Máxima frecuencia
' If g.IsInitialized Then
' g.Stop
' Sleep(500)
' End If
'
' g.Initialize("GPS")
' g.Start(0, 0) ' Máxima frecuencia
CallSubDelayed(Tracker, "StartFLP2")
' Esperar hasta 10 segundos por mejor precisión
For i = 1 To 10
Sleep(1000)