luci-app-qmodem: fix mt5700 set_imei

This commit is contained in:
sfwtw 2025-05-15 23:02:49 +08:00
parent 4664fe87e5
commit e0ce8d9be9

View File

@ -17,7 +17,7 @@ function get_imei(){
function set_imei(){
imei=$1
at $at_port "AT+CGSN=\"$imei\""
at $at_port "at^phynum=IMEI,$imei"
}
function get_mode(){