Skip to content

Commit 9d0a997

Browse files
author
Catalin Ioana
authored
Merge pull request #245 from pycom/lte_bands
LTE: add bands param to attach()
2 parents 9f04a81 + 2bbb25d commit 9d0a997

File tree

1 file changed

+2
-0
lines changed
  • content/firmwareapi/pycom/network

1 file changed

+2
-0
lines changed

content/firmwareapi/pycom/network/lte.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ Enable radio functionality and attach to the LTE network authorised by the inser
8888

8989
- `band` : to scan for networks. If no band (or `None`) is specified, all 8 bands will be scanned. The possible values for the band are: `3, 4, 5, 8, 12, 13, 20 and 28`.
9090

91+
- `bands` : similar to `band`, but specify a set of bands to scan. E.g. `bands=(8,20)`.
92+
9193
- `apn` : Specify the APN (Access point Name).
9294

9395
- `cid` : connection ID, see `LTE.connect()`. when the ID is set here it will be remembered when doint connect so no need to specify again

0 commit comments

Comments
 (0)