mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
Merge pull request #888 from dnc40085/patch-1
Fix problem in wifi.sta.getap where invidual result is lost.
This commit is contained in:
commit
9772e7cdec
@ -97,7 +97,6 @@ static void wifi_scan_done(void *arg, STATUS status)
|
||||
if (status == OK)
|
||||
{
|
||||
struct bss_info *bss_link = (struct bss_info *)arg;
|
||||
bss_link = bss_link->next.stqe_next;//ignore first
|
||||
lua_newtable( gL );
|
||||
|
||||
while (bss_link != NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user