Files
NodeMCU_Lua/web_stop.lua
Christian Zufferey 3149e7ecc8 first commit
2018-07-22 12:43:16 +02:00

9 lines
138 B
Lua

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