Chat freely about anything...

User avatar
By helxsz
#55204 When I used the code below to list AP, it worked in the first beginning

function listap(t)
for k,v in pairs(t) do
print(k.." : "..v)
end
end
wifi.sta.getap(listap)

but when I powered the board next time, it won't work again with a error saying ' Can't list ap in SOFTAP mode' , what could be the problem