summaryrefslogtreecommitdiff
path: root/package/comgt/files/hsoconnect.comgt
diff options
context:
space:
mode:
Diffstat (limited to 'package/comgt/files/hsoconnect.comgt')
-rw-r--r--package/comgt/files/hsoconnect.comgt19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/comgt/files/hsoconnect.comgt b/package/comgt/files/hsoconnect.comgt
new file mode 100644
index 000000000..721a86c68
--- /dev/null
+++ b/package/comgt/files/hsoconnect.comgt
@@ -0,0 +1,19 @@
+opengt
+ set com 115200n81
+ set senddelay 0.02
+ waitquiet 1 0.2
+ flash 0.1
+
+:start
+ send "AT_OWANCALL=1,1,0^m"
+ waitfor 2 "OK"
+ if % = -1 goto error
+ if % = 0 goto continue
+
+
+:error
+ exit 1
+
+:continue
+ exit 0
+