mirror of
https://github.com/KeymonSoft/Guna_Preventa.git
synced 2026-04-18 13:19:22 +00:00
- VERSION 5.12.15
- Correcciones en el codigo de GPS en Cliente
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user