From 13f091e5ae41cfac1c6e520949e2003032956479 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 9 Jul 2019 11:19:41 +0200 Subject: gps-track: remove workaround --- gps-track | 7 ------- 1 file changed, 7 deletions(-) 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" \ -- cgit v1.2.3-54-g00ecf