Toshi Bass wrote:wifi.setmode(3)
wifi.setmode(wifi.STATION)
wifi.sta.config("myssid","mypassword")
I was having a similar problem but if I waited long enough, the connection would return on its own. I tried this fix and it seems to work (fingers crossed). I haven't finished testing yet but I have yet to see it fail. BTW, this also appears to work if you assign a fixed IP and don't use DHCP. I'll report back when I've finished my testing but at the moment I remain cautiously optimistic.