#86 supervisor fixes and changes for annunciator/units; send annunciator, fixed heartbeat, change to max return flow detection

This commit is contained in:
Mikayla Fischler
2022-09-08 10:25:00 -04:00
parent c5ba95449f
commit 17954ef3d0
4 changed files with 18 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ local svsessions = require("supervisor.session.svsessions")
local config = require("supervisor.config")
local supervisor = require("supervisor.supervisor")
local SUPERVISOR_VERSION = "beta-v0.5.9"
local SUPERVISOR_VERSION = "beta-v0.5.10"
local print = util.print
local println = util.println