However, I'm finding that my code is hanging in 0.20.
Code: Select all
if cross:checkState() then
sel = selected + 1
Desktop:fontPrint(font,40,50+(e+2)*20,"Someone set us up the bomb",Color.new(255,255,255))
update()
Wlan.useConnectionConfig(sel)
Desktop:fontPrint(font,40,50+(e+3)*20,"We get signal",Color.new(255,255,255))
update()
sck = Socket.connect("192.168.0.2", 80)
active = true
end
I thought it was just taking a while to connect, however, I tried connecting to another (unsecured) connection and it happened still.
Any ideas?