Skip to content

Commit 650df97

Browse files
committed
docs/network: esp8266: scan(): Add note that bssid is bytes object.
1 parent ef2ffc0 commit 650df97

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/library/network.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,9 @@ For example::
300300

301301
(ssid, bssid, channel, RSSI, authmode, hidden)
302302

303+
`bssid` is hardware address of an access point, in binary form, returned as
304+
bytes object. You can use ``ubinascii.hexlify()`` to convert it to ASCII form.
305+
303306
There are five values for authmode:
304307

305308
* 0 -- open

0 commit comments

Comments
 (0)