#219 properly close out GUI on error on pocket and coordinator

This commit is contained in:
Mikayla
2023-04-21 18:53:28 +00:00
parent 706fb5ea74
commit e1da8b59d3
12 changed files with 89 additions and 112 deletions

View File

@@ -29,12 +29,12 @@ function renderer.start_ui()
term.setPaletteColor(style.colors[i].c, style.colors[i].hex)
end
-- start flasher callback task
flasher.run()
-- init front panel view
ui.display = DisplayBox{window=term.current(),fg_bg=style.root}
panel_view(ui.display)
-- start flasher callback task
flasher.run()
end
end