Commit b33e44c3 authored by Ivoah's avatar Ivoah
Browse files

Update telnet.lua

parent 90f3401e
...@@ -31,7 +31,7 @@ function startServer() ...@@ -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
......
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