Skip to content

Commit 2eab836

Browse files
Jayceon Fu(付俊臣)Jayceon Fu(付俊臣)
authored andcommitted
调整基站定位示例代码及注释与中文版一致
1 parent 6d10502 commit 2eab836

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

en-us/api/QuecPythonClasslib.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ This function obtains coordinate information of the base station.
611611
| port | int | Server port, currently only supports port 80 |
612612
| token | string | Token, composed of 16 characters |
613613
| timeout | int | Timeout. Range: 1-300. Default value: 300. Unit: s. |
614-
| profileIdx | int | PDP context index. Range for ASR : 1-8,range for unisoc : 1-7 |
614+
| profileIdx | int | PDP context index. Range for ASR : 1-8, range for unisoc : 1-7 |
615615

616616
* Return Value
617617

@@ -634,9 +634,9 @@ This function obtains coordinate information of the base station.
634634

635635
```python
636636
>>> import cellLocator
637-
>>> cellLocator.getLocation("www.queclocator.com", 80, "1111111122222222", 8, 1)
637+
>>> cellLocator.getLocation("www.queclocator.com", 80, "xxxxxxxxxxxxxxxx", 8, 1)
638638
(117.1138, 31.82279, 550)
639-
# The key provided is only for test.
639+
# "xxxxxxxxxxxxxxxx"indicates the token. You need to apply for the token from the Quectel.
640640
```
641641

642642

0 commit comments

Comments
 (0)