monitor manager

This commit is contained in:
kepler155c
2017-09-23 21:46:46 -04:00
parent f0f8ba0729
commit 2b1b04d764
4 changed files with 201 additions and 76 deletions

View File

@@ -348,9 +348,7 @@ Event.onInterval(1, function()
local t = _G.network[page.turtle.id]
page.turtle = t
page:draw()
debug('sync')
page:sync()
debug('sync done')
end
end)