add t99w175 at commands,disabled imei !

This commit is contained in:
x-shark 2025-04-12 02:58:56 +00:00
parent 9ec1da16a8
commit ab667ebdee
2 changed files with 27 additions and 1 deletions

View File

@ -518,5 +518,31 @@
"重启模组 > 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"
}
]
}
}

View File

@ -259,7 +259,7 @@ function network_info() {
}
function vendor_get_disabled_features(){
#json_add_string "" "IMEI"
json_add_string "" "IMEI"
json_add_string "" "NeighborCell"
}