mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
gps-track: lock the script
This commit is contained in:
parent
4176fd058e
commit
f375b7fbf7
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
:global Identity;
|
||||
|
||||
:global LogPrintExit2;
|
||||
:global ScriptLock;
|
||||
|
||||
$ScriptLock $0;
|
||||
|
||||
:local CoordinateFormat [ /system/gps/get coordinate-format ];
|
||||
:local Gps [ /system/gps/monitor once as-value ];
|
||||
|
|
Loading…
Reference in a new issue