mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-02 07:29:28 +08:00
16 lines
211 B
Plaintext
Executable File
16 lines
211 B
Plaintext
Executable File
opengt
|
|
set com 115200n81
|
|
set comecho off
|
|
set senddelay 0.02
|
|
waitquiet 0.2 0.2
|
|
flash 0.1
|
|
|
|
:start
|
|
send "AT+UIMHOTSWAPLEVEL=1^m"
|
|
waitfor 2 "OK"
|
|
send "AT+UIMHOTSWAPON=1^m"
|
|
waitfor 2 "OK"
|
|
|
|
:continue
|
|
exit 0
|