From 1a9a1531623d96aeb20d8afbf111a263d5855042 Mon Sep 17 00:00:00 2001 From: Develo Date: Thu, 11 Apr 2019 15:36:01 -0400 Subject: [PATCH] Update station-class.rst 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 3fb5fef87c..245fb60594 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