Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 74e6730c10 | |||
| cddf13d5cc |
@@ -199,7 +199,7 @@ end
|
|||||||
registerEventListener("key", scrollLogs)
|
registerEventListener("key", scrollLogs)
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
main loop functinos
|
main loop functions
|
||||||
]]
|
]]
|
||||||
function updateScreen()
|
function updateScreen()
|
||||||
local w, h = term.getSize()
|
local w, h = term.getSize()
|
||||||
@@ -278,8 +278,6 @@ log.general("tutel host init")
|
|||||||
log.info("broadcasting SCAN")
|
log.info("broadcasting SCAN")
|
||||||
sendToAll("SCAN", { ["hostChannel"] = HOST_CHANNEL })
|
sendToAll("SCAN", { ["hostChannel"] = HOST_CHANNEL })
|
||||||
|
|
||||||
log.info("test123")
|
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
updateScreen()
|
updateScreen()
|
||||||
pollEvents()
|
pollEvents()
|
||||||
|
|||||||
Reference in New Issue
Block a user