mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
gps-track: remove workaround
This commit is contained in:
parent
65c76b8409
commit
13f091e5ae
1 changed files with 0 additions and 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" \
|
||||
|
|
Loading…
Reference in a new issue