op-packages/simman/files/sethotswap.gcom
github-actions[bot] b86d032e91 🤞 Sync 2026-04-23 06:19:46
2026-04-23 06:19:46 +08:00

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