Update telnet.lua

This commit is contained in:
Ivoah 2015-02-10 08:25:41 -05:00
parent 90f3401e42
commit b33e44c3de
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.====")
end
tmr.alarm(1000, 1, function()
tmr.alarm(0, 1000, 1, function()
if wifi.sta.getip()=="0.0.0.0" then
print("Connect AP, Waiting...")
else