aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-07-09 11:19:41 +0200
committerGravatar Christian Hesse <mail@eworm.de>2019-07-09 11:19:41 +0200
commit13f091e5ae41cfac1c6e520949e2003032956479 (patch)
tree6d506caa408961ea5e8af1bd83820d36aa8015df
parent65c76b8409723fa3c9c736f1106e56775b10c1d7 (diff)
gps-track: remove workaroundrouteros-6.45rc42
-rw-r--r--gps-track7
1 files changed, 0 insertions, 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" \