Skip to content

Commit 755f61b

Browse files
authored
Update station-class.rst (esp8266#5977)
Clarify ESP8266WiFiSTAClass::BSSID()
1 parent 3cb2ec4 commit 755f61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/esp8266wifi/station-class.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ Function returns value of the ``String`` type.
535535
BSSID
536536
^^^^^
537537

538-
Return the mac address the access point where ESP module is connected to. This address is formally called `Basic Service Set Identification (BSSID) <http://www.juniper.net/techpubs/en_US/network-director1.1/topics/concept/wireless-ssid-bssid-essid.html#jd0e47>`__.
538+
Return the mac address of the access point to which the ESP module was directed to connect to. This address is formally called `Basic Service Set Identification (BSSID) <http://www.juniper.net/techpubs/en_US/network-director1.1/topics/concept/wireless-ssid-bssid-essid.html#jd0e47>`__. The returned pointer is what the user configured when calling begin() with a bssid argument. It does _not_ necessarily reflect the mac address of the access point to which the ESP module's station interface is currently connected to.
539539

540540
.. code:: cpp
541541

0 commit comments

Comments
 (0)