fixes for control app data updating

This commit is contained in:
Mikayla Fischler
2024-10-03 22:56:38 -04:00
parent 60c4cc2f80
commit 6a04354964
7 changed files with 84 additions and 75 deletions

View File

@@ -22,7 +22,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v1.5.5"
local SUPERVISOR_VERSION = "v1.5.6"
local println = util.println
local println_ts = util.println_ts