Skip to content

Commit 2bbb25d

Browse files
committed
LTE: add bands param to attach()
1 parent c5243ce commit 2bbb25d

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
@@ -72,6 +72,8 @@ Enable radio functionality and attach to the LTE network authorised by the inser
7272

7373
- `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`.
7474

75+
- `bands` : similar to `band`, but specify a set of bands to scan. E.g. `bands=(8,20)`.
76+
7577
- `apn` : Specify the APN (Access point Name).
7678

7779
- `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)