- VERSION 5.06.02

- Se cambio la distancia de la geocerca de 50000000000 a 50
This commit is contained in:
2025-06-06 21:31:37 -06:00
parent 174bb9e2a9
commit ac403583bb
3 changed files with 6 additions and 6 deletions

View File

@@ -545,7 +545,7 @@ Sub GPS_LocationChanged (Location1 As Location)
'now we need the distance between our location and the target location
distance = l1.DistanceTo(l2) 'the result is in meter
gest.Visible = True
If distance < 500000000000000 Then
If distance < 50 Then
LA_GEO.TextColor = Colors.Blue
Tels.Visible = True
gest.Visible = True