#70 validate RTU advertisements on the supervisor

This commit is contained in:
Mikayla Fischler
2022-06-05 16:53:36 -04:00
parent 0bc0decbf2
commit ebcc911b81
3 changed files with 44 additions and 17 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.4.13"
local SUPERVISOR_VERSION = "beta-v0.4.14"
local print = util.print
local println = util.println