fixed rps alarm packet length check

This commit is contained in:
Mikayla Fischler
2022-11-11 16:46:38 -05:00
parent ffeff86507
commit 8b65bf4852
2 changed files with 2 additions and 2 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.7.2"
local SUPERVISOR_VERSION = "beta-v0.7.3"
local print = util.print
local println = util.println