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
7244d51b
Commit
7244d51b
authored
May 20, 2015
by
dnc40085
Browse files
Fixed bug in wifi_scan_done
parent
fc8fa2cc
Changes
1
Show whitespace changes
Inline
Side-by-side
app/modules/wifi.c
View file @
7244d51b
...
@@ -84,7 +84,7 @@ static void wifi_scan_done(void *arg, STATUS status)
...
@@ -84,7 +84,7 @@ static void wifi_scan_done(void *arg, STATUS status)
}
}
else
else
{
{
lua_
pushnil
(
gL
);
lua_
newtable
(
gL
);
}
}
lua_call
(
gL
,
1
,
0
);
lua_call
(
gL
,
1
,
0
);
if
(
wifi_scan_succeed
!=
LUA_NOREF
)
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