mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
comgt: add missing file (fixes #10301)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28648 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
20
package/comgt/files/getcarrier.gcom
Normal file
20
package/comgt/files/getcarrier.gcom
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
opengt
|
||||||
|
set senddelay 0.05
|
||||||
|
waitquiet 1 0.2
|
||||||
|
let c=1
|
||||||
|
:loop
|
||||||
|
inc c
|
||||||
|
send "AT+CGATT?^m"
|
||||||
|
waitfor 5 "+CGATT: 1","+CGATT: 0"
|
||||||
|
print "\n."
|
||||||
|
if % = -1 goto error
|
||||||
|
if c > 10 goto toolong
|
||||||
|
if % = 0 goto out
|
||||||
|
sleep 2
|
||||||
|
if % = 1 goto loop
|
||||||
|
:toolong
|
||||||
|
exit 1
|
||||||
|
:error
|
||||||
|
exit 0
|
||||||
|
:out
|
||||||
|
exit 0
|
||||||
Reference in New Issue
Block a user