Disable Webserver during runtime

This commit is contained in:
Ollo 2020-02-12 20:52:31 +01:00
parent c9b248531a
commit c85e3b34e0

View File

@ -157,9 +157,8 @@ function normalOperation()
syncTimeFromInternet()
end)
tmr.alarm(3, 2000, 0 ,function()
print("Start webserver...")
mydofile("webserver")
startWebServer()
-- FIXME start telent server
print("Load telnet")
end)
displayTime()
-- Start the time Thread