Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
18c33454
Unverified
Commit
18c33454
authored
Oct 14, 2020
by
programminghoch10
Committed by
GitHub
Oct 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos in WiFiSTA.cpp (#4396)
* fix typos * made return value description a bit more helpful
parent
b07f1c11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libraries/WiFi/src/WiFiSTA.cpp
libraries/WiFi/src/WiFiSTA.cpp
+3
-3
No files found.
libraries/WiFi/src/WiFiSTA.cpp
View file @
18c33454
...
...
@@ -224,8 +224,8 @@ wl_status_t WiFiSTAClass::begin()
}
/**
* will force a disconnect an then start reconnecting to AP
* @return
ok
* will force a disconnect an
d
then start reconnecting to AP
* @return
true when successful
*/
bool
WiFiSTAClass
::
reconnect
()
{
...
...
@@ -337,7 +337,7 @@ bool WiFiSTAClass::config(IPAddress local_ip, IPAddress gateway, IPAddress subne
/**
* is STA interface connected?
* @return true if STA is connected to an A
D
* @return true if STA is connected to an A
P
*/
bool
WiFiSTAClass
::
isConnected
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment