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
39419775
Commit
39419775
authored
May 11, 2015
by
dnc40085
Browse files
Removed commented lines from previous commit
parent
78cb215b
Changes
1
Show whitespace changes
Inline
Side-by-side
app/modules/wifi.c
View file @
39419775
...
@@ -70,8 +70,6 @@ static void wifi_scan_done(void *arg, STATUS status)
...
@@ -70,8 +70,6 @@ static void wifi_scan_done(void *arg, STATUS status)
{
{
c_memcpy
(
ssid
,
bss_link
->
ssid
,
32
);
c_memcpy
(
ssid
,
bss_link
->
ssid
,
32
);
}
}
// c_sprintf(temp,"%d,%d,"MACSTR",%d", bss_link->authmode, bss_link->rssi,
// MAC2STR(bss_link->bssid),bss_link->channel);
c_sprintf
(
temp
,
"%s,%d,%d,%d"
,
ssid
,
bss_link
->
rssi
,
bss_link
->
authmode
,
bss_link
->
channel
);
c_sprintf
(
temp
,
"%s,%d,%d,%d"
,
ssid
,
bss_link
->
rssi
,
bss_link
->
authmode
,
bss_link
->
channel
);
lua_pushstring
(
gL
,
temp
);
lua_pushstring
(
gL
,
temp
);
...
...
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