Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
370bc88b
Commit
370bc88b
authored
Feb 10, 2015
by
zeroday
Browse files
Merge pull request #198 from Ivoah/patch-1
Update telnet.lua
parents
90f3401e
b33e44c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/telnet.lua
View file @
370bc88b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment