#184 WIP supervisor front panel

This commit is contained in:
Mikayla Fischler
2023-05-05 13:04:13 -04:00
parent ff9a18a019
commit 2c7b98ba42
12 changed files with 365 additions and 66 deletions

View File

@@ -11,7 +11,8 @@ local DEVICE_TYPE = comms.DEVICE_TYPE
local ESTABLISH_ACK = comms.ESTABLISH_ACK
local SCADA_MGMT_TYPE = comms.SCADA_MGMT_TYPE
local println = util.println
-- local println = util.println
local println = function (str) end
-- supervisory controller communications
---@nodiscard