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
c66cced7
Commit
c66cced7
authored
May 21, 2015
by
HuangRui
Browse files
Merge branch 'dev096' of
https://github.com/nodemcu/nodemcu-firmware
parents
8887085e
8f925e64
Changes
1
Show whitespace changes
Inline
Side-by-side
app/modules/wifi.c
View file @
c66cced7
...
@@ -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