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
8f925e64
Commit
8f925e64
authored
May 21, 2015
by
Vowstar
Browse files
Merge pull request #435 from dnc40085/dev096-wifi.sta.getap_CB_fix
Fixed bug in wifi_scan_done (Issue #434)
parents
fc8fa2cc
7244d51b
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/wifi.c
View file @
8f925e64
...
...
@@ -84,7 +84,7 @@ static void wifi_scan_done(void *arg, STATUS status)
}
else
{
lua_
pushnil
(
gL
);
lua_
newtable
(
gL
);
}
lua_call
(
gL
,
1
,
0
);
if
(
wifi_scan_succeed
!=
LUA_NOREF
)
...
...
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