Skip to content

Commit

Permalink
Merge pull request #245 from pycom/lte_bands
Browse files Browse the repository at this point in the history
LTE: add bands param to attach()
  • Loading branch information
Catalin Ioana committed Jun 10, 2020
2 parents 9f04a81 + 2bbb25d commit 9d0a997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/firmwareapi/pycom/network/lte.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ Enable radio functionality and attach to the LTE network authorised by the inser

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

- `bands` : similar to `band`, but specify a set of bands to scan. E.g. `bands=(8,20)`.

- `apn` : Specify the APN (Access point Name).

- `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
Expand Down

0 comments on commit 9d0a997

Please sign in to comment.