docs/network: esp8266: scan(): Add note that bssid is bytes object.
This commit is contained in:
parent
ef2ffc0e4e
commit
650df97c06
|
@ -300,6 +300,9 @@ For example::
|
||||||
|
|
||||||
(ssid, bssid, channel, RSSI, authmode, hidden)
|
(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:
|
There are five values for authmode:
|
||||||
|
|
||||||
* 0 -- open
|
* 0 -- open
|
||||||
|
|
Loading…
Reference in New Issue