#78 linked up the rest of the fields that we currently have, holding off on a few that are still WIP features

This commit is contained in:
Mikayla Fischler
2022-09-07 11:10:20 -04:00
parent e084ae1eea
commit 3621f53c45
3 changed files with 97 additions and 58 deletions

View File

@@ -16,7 +16,7 @@ local config = require("coordinator.config")
local coordinator = require("coordinator.coordinator")
local renderer = require("coordinator.renderer")
local COORDINATOR_VERSION = "alpha-v0.4.6"
local COORDINATOR_VERSION = "alpha-v0.4.7"
local print = util.print
local println = util.println
@@ -186,7 +186,7 @@ while ui_ok do
log.warning("non-comms modem disconnected")
end
elseif type == "monitor" then
-- @todo: handle monitor loss
---@todo: handle monitor loss
end
end
elseif event == "peripheral" then
@@ -209,7 +209,7 @@ while ui_ok do
log_sys("wired modem reconnected")
end
elseif type == "monitor" then
-- @todo: handle monitor reconnect
---@todo: handle monitor reconnect
end
end
elseif event == "timer" then