diff options
Diffstat (limited to 'gps-track')
-rw-r--r-- | gps-track | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,8 +4,8 @@ # # track gps data by sending json data to http server -:global Identity; :global GpsTrackUrl; +:global Identity; :local CoordinateFormat [ /system gps get coordinate-format ]; :local Gps [ / system gps monitor once as-value ]; |