diff options
author | Christian Hesse <mail@eworm.de> | 2019-07-09 11:19:41 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-07-09 11:19:41 +0200 |
commit | 13f091e5ae41cfac1c6e520949e2003032956479 (patch) | |
tree | 6d506caa408961ea5e8af1bd83820d36aa8015df | |
parent | 65c76b8409723fa3c9c736f1106e56775b10c1d7 (diff) |
gps-track: remove workaroundrouteros-6.45rc42
-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" \ |