mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
gps-track: wait to be fully connected
This commit is contained in:
@@ -15,8 +15,10 @@
|
|||||||
|
|
||||||
:global LogPrintExit2;
|
:global LogPrintExit2;
|
||||||
:global ScriptLock;
|
:global ScriptLock;
|
||||||
|
:global WaitFullyConnected;
|
||||||
|
|
||||||
$ScriptLock $0;
|
$ScriptLock $0;
|
||||||
|
$WaitFullyConnected;
|
||||||
|
|
||||||
:local CoordinateFormat [ /system/gps/get coordinate-format ];
|
:local CoordinateFormat [ /system/gps/get coordinate-format ];
|
||||||
:local Gps [ /system/gps/monitor once as-value ];
|
:local Gps [ /system/gps/monitor once as-value ];
|
||||||
|
Reference in New Issue
Block a user