Skip to content

Commit 257373c

Browse files
Merge pull request #5 from QuecPython/main
increase 600U/200U SD Card(sdio)
2 parents 4d0fa9d + bf7328e commit 257373c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

en-us/api/QuecPythonClasslib.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,7 +2203,7 @@ This function sets APN. After setting, you need to restart or switch to mode 0 a
22032203

22042204
* Parameter
22052205

2206-
This API is a variable parameter function in Qualcomm/ASR_1803s/Unisoc(excluding EG915) platform, and the number of parameters is 2 or 7. The number of parameters in other platforms is fixed at 2
2206+
This API is a variable parameter function in Qualcomm/ASR_1803s/ASR_1601/ASR_1606/Unisoc(excluding EG915) platform, and the number of parameters is 2 or 7. The number of parameters in other platforms is fixed at 2
22072207
The number of parameters is 2:net.setApn(apn, simid)
22082208
The number of parameters is 7:net.setApn(pid, iptype, apn, usrname, password, authtype, simid)
22092209

@@ -2245,7 +2245,7 @@ This function obtains the current APN.
22452245

22462246
* Parameter
22472247

2248-
This API is a variable parameter function in Qualcomm/ASR_1803s/Unisoc(excluding EG915) platform, and the number of parameters is 1 or 2. The number of parameters in other platforms is fixed at 1
2248+
This API is a variable parameter function in Qualcomm/ASR_1803s/ASR_1601/ASR_1606/Unisoc(excluding EG915) platform, and the number of parameters is 1 or 2. The number of parameters in other platforms is fixed at 1
22492249
The number of parameters is 2:net.setApn(pid, simid)
22502250
The number of parameters is 1:net.setApn(simid)
22512251

zh-cn/api/QuecPythonClasslib.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2244,7 +2244,7 @@ sms.setCallback(cb)
22442244

22452245
* 参数
22462246

2247-
该接口在Qualcomm/ASR_1803s/Unisoc(不包括EG915)平台为可变参函数,参数个数为27, 其他平台参数个数固定为2
2247+
该接口在Qualcomm/ASR_1803s/ASR_1601/ASR_1606/Unisoc(不包括EG915)平台为可变参函数,参数个数为27, 其他平台参数个数固定为2
22482248
参数个数为2:net.setApn(apn, simid)
22492249
参数个数为7:net.setApn(pid, iptype, apn, usrname, password, authtype, simid)
22502250

@@ -2287,7 +2287,7 @@ sms.setCallback(cb)
22872287

22882288
* 参数
22892289

2290-
该接口在Qualcomm/ASR_1803s/Unisoc(不包括EG915)平台为可变参函数,参数个数为12, 其他平台参数个数固定为1
2290+
该接口在Qualcomm/ASR_1803s/ASR_1601/ASR_1606/Unisoc(不包括EG915)平台为可变参函数,参数个数为12, 其他平台参数个数固定为1
22912291
参数个数为2:net.getApn(pid, simid)
22922292
参数个数为1:net.getApn(simid)
22932293

0 commit comments

Comments
 (0)