- ajouté pleins de choses, mais en particulier les tests du mini affichage OLED pour le NodeMCU mini D1 de WeMos

This commit is contained in:
Christian Zufferey
2018-07-24 23:03:14 +02:00
parent 26d3f422cd
commit 3703b2cfd5
8 changed files with 298 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
-- a simple telnet server
print("\nzf180719.1043 \n")
print("\ntelnet_srv.lua zf180724.2241 \n")
-- restart server if needed
if telnet_srv ~= nil then
@@ -41,5 +41,5 @@ telnet_srv:listen(23, function(socket)
end)
print("Telnet server running...\nUsage: telnet -r ip\n")
dofile("get_ip.lua")
--dofile("get_ip.lua")