#169 startup rate high; also changed how clearing ASCRAM status and updating indicators works

This commit is contained in:
Mikayla Fischler
2023-02-19 12:20:16 -05:00
parent cc5ea0dbb0
commit 35dfd61df1
4 changed files with 89 additions and 55 deletions

View File

@@ -14,7 +14,7 @@ local svsessions = require("supervisor.session.svsessions")
local config = require("supervisor.config")
local supervisor = require("supervisor.supervisor")
local SUPERVISOR_VERSION = "beta-v0.11.11"
local SUPERVISOR_VERSION = "beta-v0.11.12"
local print = util.print
local println = util.println