mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
gps-track: wait to be fully connected
This commit is contained in:
parent
db223429b7
commit
679c971ea6
1 changed files with 2 additions and 0 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue