Disable Webserver during runtime
This commit is contained in:
parent
c9b248531a
commit
c85e3b34e0
5
main.lua
5
main.lua
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user