mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
docs/network: esp8266: scan(): Add note that bssid is bytes object.
This commit is contained in:
@@ -300,6 +300,9 @@ For example::
|
||||
|
||||
(ssid, bssid, channel, RSSI, authmode, hidden)
|
||||
|
||||
`bssid` is hardware address of an access point, in binary form, returned as
|
||||
bytes object. You can use ``ubinascii.hexlify()`` to convert it to ASCII form.
|
||||
|
||||
There are five values for authmode:
|
||||
|
||||
* 0 -- open
|
||||
|
||||
Reference in New Issue
Block a user