Update telnet.lua
This commit is contained in:
parent
90f3401e42
commit
b33e44c3de
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue