#184 supervisor graphics updates for new system, added PLC and CRD pages on supervisor front panel

This commit is contained in:
Mikayla Fischler
2023-05-23 19:22:22 -04:00
parent 4aba79f232
commit ece7c0fe9a
9 changed files with 190 additions and 39 deletions

View File

@@ -19,7 +19,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v0.16.1"
local SUPERVISOR_VERSION = "v0.16.2"
local println = util.println
local println_ts = util.println_ts