Commit 370bc88b authored by zeroday's avatar zeroday
Browse files

Merge pull request #198 from Ivoah/patch-1

Update telnet.lua
parents 90f3401e b33e44c3
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment