Merge pull request #198 from Ivoah/patch-1

Update telnet.lua
This commit is contained in:
zeroday 2015-02-10 21:29:56 +08:00
commit 370bc88b2d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ function startServer()
print("===Now,Using xcon_tcp logon and input LUA.====") print("===Now,Using xcon_tcp logon and input LUA.====")
end end
tmr.alarm(1000, 1, function() tmr.alarm(0, 1000, 1, function()
if wifi.sta.getip()=="0.0.0.0" then if wifi.sta.getip()=="0.0.0.0" then
print("Connect AP, Waiting...") print("Connect AP, Waiting...")
else else