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
cf323764
Commit
cf323764
authored
May 11, 2015
by
dnc40085
Browse files
Minor change to wifi.sta.getap()
parent
e9081a81
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/wifi.c
View file @
cf323764
...
@@ -548,7 +548,7 @@ static int wifi_station_listap( lua_State* L )
...
@@ -548,7 +548,7 @@ static int wifi_station_listap( lua_State* L )
if
(
show_hidden
!=
0
&&
show_hidden
!=
1
)
if
(
show_hidden
!=
0
&&
show_hidden
!=
1
)
return
luaL_error
(
L
,
"show_hidden: 0 or 1"
);
return
luaL_error
(
L
,
"show_hidden: 0 or 1"
);
scan_cfg
.
show_hidden
=
show_hidden
;
scan_cfg
.
show_hidden
=
show_hidden
;
c_printf
(
"%d
\n
"
,
scan_cfg
.
show_hidden
);
NODE_DBG
(
"%d
\n
"
,
scan_cfg
.
show_hidden
);
}
}
else
else
...
...
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