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
9772e7cd
Commit
9772e7cd
authored
Jan 14, 2016
by
Johny Mattsson
Browse files
Merge pull request #888 from dnc40085/patch-1
Fix problem in wifi.sta.getap where invidual result is lost.
parents
f9c898c7
c2f2bbd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/wifi.c
View file @
9772e7cd
...
...
@@ -97,7 +97,6 @@ static void wifi_scan_done(void *arg, STATUS status)
if
(
status
==
OK
)
{
struct
bss_info
*
bss_link
=
(
struct
bss_info
*
)
arg
;
bss_link
=
bss_link
->
next
.
stqe_next
;
//ignore first
lua_newtable
(
gL
);
while
(
bss_link
!=
NULL
)
...
...
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