- VERSION 4.07.28

- Se agregó el nuevo ruteo dinamico
This commit is contained in:
Jose Alberto Guerra Ugalde
2024-07-30 01:11:14 -06:00
parent 2500ffea11
commit 42d6e32f32
9 changed files with 221 additions and 42 deletions

View File

@@ -33,7 +33,8 @@ Sub Process_Globals
Dim cedisLocation As Location
Dim reqManager As DBRequestManager
' Dim server As String = "http://187.189.244.154:1781"
Dim server As String = "http://11.0.0.168:1781"
' Dim server As String = "http://11.0.0.168:1781"
Dim server As String = "http://keymon.lat:9000"
Dim muestraProgreso = 0
Dim c As Cursor
End Sub
@@ -63,8 +64,10 @@ Sub Service_Create
Timer1.Enabled = True
SharedFolder = rp.GetSafeDirDefaultExternal("")
cedisLocation.Initialize
cedisLocation.Latitude = "19.48118148992086"
cedisLocation.Longitude = "-99.15295579261536"
' cedisLocation.Latitude = "19.48118148992086"
' cedisLocation.Longitude = "-99.15295579261536"
cedisLocation.Latitude = "0"
cedisLocation.Longitude = "0"
End Sub
Sub Service_Start (StartingIntent As Intent)