mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-01 15:09:33 +08:00
16 lines
226 B
Plaintext
16 lines
226 B
Plaintext
opengt
|
|
set com 115200n81
|
|
set comecho off
|
|
set senddelay 0.02
|
|
waitquiet 0.2 0.2
|
|
|
|
send "AT+XGAUTH="
|
|
send $env("CID")
|
|
send ","
|
|
send $env("AUTH")
|
|
send ",\""
|
|
send $env("USER")
|
|
send "\",\""
|
|
send $env("PASS")
|
|
send "\"^m"
|