Unverified Commit 18c33454 authored by programminghoch10's avatar programminghoch10 Committed by GitHub

fix typos in WiFiSTA.cpp (#4396)

* fix typos

* made return value description a bit more helpful
parent b07f1c11
...@@ -224,8 +224,8 @@ wl_status_t WiFiSTAClass::begin() ...@@ -224,8 +224,8 @@ wl_status_t WiFiSTAClass::begin()
} }
/** /**
* will force a disconnect an then start reconnecting to AP * will force a disconnect and then start reconnecting to AP
* @return ok * @return true when successful
*/ */
bool WiFiSTAClass::reconnect() bool WiFiSTAClass::reconnect()
{ {
...@@ -337,7 +337,7 @@ bool WiFiSTAClass::config(IPAddress local_ip, IPAddress gateway, IPAddress subne ...@@ -337,7 +337,7 @@ bool WiFiSTAClass::config(IPAddress local_ip, IPAddress gateway, IPAddress subne
/** /**
* is STA interface connected? * is STA interface connected?
* @return true if STA is connected to an AD * @return true if STA is connected to an AP
*/ */
bool WiFiSTAClass::isConnected() bool WiFiSTAClass::isConnected()
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment