Change upper/lower case

This commit is contained in:
Marcel Stör 2016-06-01 11:16:41 +02:00
parent 08aff66c29
commit bd17b295ba
1 changed files with 1 additions and 1 deletions

View File

@ -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)