Commit cf323764 authored by dnc40085's avatar dnc40085
Browse files

Minor change to wifi.sta.getap()

parent e9081a81
...@@ -548,7 +548,7 @@ static int wifi_station_listap( lua_State* L ) ...@@ -548,7 +548,7 @@ static int wifi_station_listap( lua_State* L )
if(show_hidden!=0 && show_hidden!=1) if(show_hidden!=0 && show_hidden!=1)
return luaL_error( L, "show_hidden: 0 or 1" ); return luaL_error( L, "show_hidden: 0 or 1" );
scan_cfg.show_hidden=show_hidden; scan_cfg.show_hidden=show_hidden;
c_printf("%d\n", scan_cfg.show_hidden); NODE_DBG("%d\n", scan_cfg.show_hidden);
} }
else else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment