Change upper/lower case
This commit is contained in:
parent
08aff66c29
commit
bd17b295ba
|
@ -31,5 +31,5 @@ telnet_srv:listen(2323, function(socket)
|
|||
end)
|
||||
socket:on("sent", sender)
|
||||
|
||||
print("Welcome to NodeMcu world.")
|
||||
print("Welcome to NodeMCU world.")
|
||||
end)
|
||||
|
|
Loading…
Reference in New Issue