add t99w175 at commands,disabled imei !
This commit is contained in:
parent
9ec1da16a8
commit
ab667ebdee
@ -518,5 +518,31 @@
|
|||||||
"重启模组 > AT+RESET": "AT+RESET"
|
"重启模组 > AT+RESET": "AT+RESET"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"foxconn": {
|
||||||
|
"qualcomm": [
|
||||||
|
{
|
||||||
|
"SIM卡状态上报 > AT^SIMSLOTURC=1": "AT^SIMSLOTURC=1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"获取SIM卡卡槽状态 > AT^SWITCH_SLOT?": "AT^SWITCH_SLOT?"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"设置当前使用的为卡1 > at^switch_slot=0": "at^switch_slot=0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"设置当前使用的为ESIM > at^switch_slot=1": "at^switch_slot=1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"查询网络及载波信息 > AT^DEBUG?": "AT^DEBUG?"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"获取模组温度 > AT^TEMP?": "AT^TEMP?"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"重启模组 > AT+RESET": "AT+RESET"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
@ -259,7 +259,7 @@ function network_info() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function vendor_get_disabled_features(){
|
function vendor_get_disabled_features(){
|
||||||
#json_add_string "" "IMEI"
|
json_add_string "" "IMEI"
|
||||||
json_add_string "" "NeighborCell"
|
json_add_string "" "NeighborCell"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user