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
c6c8bd84
Commit
c6c8bd84
authored
May 11, 2015
by
dnc40085
Browse files
minor change to wifi.sta.config()
parent
f9e0e0cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/wifi.c
View file @
c6c8bd84
...
...
@@ -459,9 +459,8 @@ static int wifi_station_config( lua_State* L )
}
else
if
(
lua_isstring
(
L
,
3
)
&&
!
(
lua_isnumber
(
L
,
3
)))
{
const
char
*
mactemp
=
luaL_checklstring
(
L
,
3
,
&
ml
);
lua_pushstring
(
L
,
mactemp
);
lua_insert
(
L
,
4
);
lua_pushnil
(
L
);
lua_insert
(
L
,
3
);
auto_connect
=
1
;
}
...
...
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