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
d6cc6d3e
Commit
d6cc6d3e
authored
Nov 03, 2015
by
dnc40085
Browse files
added wifi table entry for NULLMODE
parent
4387f903
Changes
1
Show whitespace changes
Inline
Side-by-side
app/modules/wifi.c
View file @
d6cc6d3e
...
...
@@ -1383,7 +1383,7 @@ const LUA_REG_TYPE wifi_map[] =
{
LSTRKEY
(
"sta"
),
LROVAL
(
wifi_station_map
)
},
{
LSTRKEY
(
"ap"
),
LROVAL
(
wifi_ap_map
)
},
//
{ LSTRKEY( "NULLMODE" ), LNUMVAL( NULL_MODE ) },
{
LSTRKEY
(
"NULLMODE"
),
LNUMVAL
(
NULL_MODE
)
},
{
LSTRKEY
(
"STATION"
),
LNUMVAL
(
STATION_MODE
)
},
{
LSTRKEY
(
"SOFTAP"
),
LNUMVAL
(
SOFTAP_MODE
)
},
{
LSTRKEY
(
"STATIONAP"
),
LNUMVAL
(
STATIONAP_MODE
)
},
...
...
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