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
bd17b295
Commit
bd17b295
authored
Jun 01, 2016
by
Marcel Stör
Browse files
Change upper/lower case
parent
08aff66c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lua_examples/telnet.lua
View file @
bd17b295
...
@@ -31,5 +31,5 @@ telnet_srv:listen(2323, function(socket)
...
@@ -31,5 +31,5 @@ telnet_srv:listen(2323, function(socket)
end
)
end
)
socket
:
on
(
"sent"
,
sender
)
socket
:
on
(
"sent"
,
sender
)
print
(
"Welcome to NodeM
cu
world."
)
print
(
"Welcome to NodeM
CU
world."
)
end
)
end
)
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