Compare commits

..

2 Commits

Author SHA1 Message Date
neru 74e6730c10 fix: typo 2025-05-07 13:12:09 -03:00
neru cddf13d5cc test: remove test message 2025-05-06 20:29:35 -03:00
+1 -3
View File
@@ -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()