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()
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user