Files
NodeMCU_Lua/Hugo/u_web_stop.lua
2018-07-22 12:47:37 +02:00

9 lines
138 B
Lua
Executable File

--Pour arrêter le petit serveur WEB
print("\nzf20180718.1049")
srv:close()
srv:listen(80, function(conn)
end)
print("\nWEB stopped\n")