diff --git a/gps-track b/gps-track index 7a78482..c0dbf7e 100644 --- a/gps-track +++ b/gps-track @@ -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" \