You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/firmwareapi/pycom/network/lte.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,8 @@ Enable radio functionality and attach to the LTE network authorised by the inser
88
88
89
89
-`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`.
90
90
91
+
-`bands` : similar to `band`, but specify a set of bands to scan. E.g. `bands=(8,20)`.
92
+
91
93
-`apn` : Specify the APN (Access point Name).
92
94
93
95
-`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