From 755f61b86acc9927867c1edebd2900911dca9673 Mon Sep 17 00:00:00 2001 From: Develo Date: Fri, 12 Apr 2019 17:09:52 -0400 Subject: [PATCH] Update station-class.rst (#5977) Clarify ESP8266WiFiSTAClass::BSSID() --- doc/esp8266wifi/station-class.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/esp8266wifi/station-class.rst b/doc/esp8266wifi/station-class.rst index 3fb5fef87..245fb6059 100644 --- a/doc/esp8266wifi/station-class.rst +++ b/doc/esp8266wifi/station-class.rst @@ -535,7 +535,7 @@ Function returns value of the ``String`` type. BSSID ^^^^^ -Return the mac address the access point where ESP module is connected to. This address is formally called `Basic Service Set Identification (BSSID) `__. +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) `__. 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. .. code:: cpp