diff options
Diffstat (limited to 'gps-track')
-rw-r--r-- | gps-track | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -11,13 +11,6 @@ :local Gps [ / system gps monitor once as-value ]; if ($Gps->"valid" = true) do={ - # TODO: remove workaround when trailing zero bytes are gone - :if ([ :find ($Gps->"latitude") "\00" ] > 0) do={ - :set ($Gps->"latitude") [ :pick ($Gps->"latitude") 0 [ :find ($Gps->"latitude") "\00" ] ]; - } - :if ([ :find ($Gps->"longitude") "\00" ] > 0) do={ - :set ($Gps->"longitude") [ :pick ($Gps->"longitude") 0 [ :find ($Gps->"longitude") "\00" ] ]; - } :tool fetch check-certificate=yes-without-crl \ $GpsTrackUrl keep-result=no \ http-method=post http-header-field="Content-Type: application/json" \ |