Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
fcc91967
Commit
fcc91967
authored
Mar 07, 2017
by
Luís Fonseca
Committed by
Marcel Stör
Mar 07, 2017
Browse files
Improve wifi documentation - prefer constants to hardcoded values (#1837)
parent
be2a9df1
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/en/modules/wifi.md
View file @
fcc91967
...
...
@@ -993,14 +993,14 @@ Gets the current status in station mode.
`nil`
#### Returns
number: 0~5
-
0:
STA_IDLE
,
-
1:
STA_CONNECTING
,
-
2:
STA_WRONGPWD
,
-
3:
STA_APNOTFOUND
,
-
4:
STA_FAIL
,
-
5:
STA_GOTIP
.
The current state which can be one of the following:
-
`wifi.
STA_IDLE
`
-
`wifi.
STA_CONNECTING
`
-
`wifi.
STA_WRONGPWD
`
-
`wifi.
STA_APNOTFOUND
`
-
`wifi.
STA_FAIL
`
-
`wifi.
STA_GOTIP
`
# wifi.ap Module
...
...
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