Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
c8d2937f
Commit
c8d2937f
authored
Feb 26, 2018
by
Marcel Stör
Browse files
Fix invalid table item key
Fixes #2275
parent
97e34ce5
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/en/modules/wifi.md
View file @
c8d2937f
...
...
@@ -478,7 +478,7 @@ Sets the WiFi station configuration.
-
Items returned in table :
-
`SSID`
: SSID of access point. (format: string)
-
`BSSID`
: BSSID of access point. (format: string)
-
`
REASON
`
: See
[
wifi.eventmon.reason
](
#wifieventmonreason
)
below. (format: number)
-
`
reason
`
: See
[
wifi.eventmon.reason
](
#wifieventmonreason
)
below. (format: number)
-
`authmode_change_cb`
: Callback to execute when the access point has changed authorization mode. (Optional)
-
Items returned in table :
-
`old_auth_mode`
: Old wifi authorization mode. (format: number)
...
...
@@ -570,7 +570,7 @@ Disconnects from AP in station mode.
-
Items returned in table :
-
`SSID`
: SSID of access point. (format: string)
-
`BSSID`
: BSSID of access point. (format: string)
-
`
REASON
`
: See
[
wifi.eventmon.reason
](
#wifieventmonreason
)
below. (format: number)
-
`
reason
`
: See
[
wifi.eventmon.reason
](
#wifieventmonreason
)
below. (format: number)
#### Returns
`nil`
...
...
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