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() syncTimeFromInternet()
end) end)
tmr.alarm(3, 2000, 0 ,function() tmr.alarm(3, 2000, 0 ,function()
print("Start webserver...") -- FIXME start telent server
mydofile("webserver") print("Load telnet")
startWebServer()
end) end)
displayTime() displayTime()
-- Start the time Thread -- Start the time Thread