#224 skip virtual RTU units when parsing advertisements instead of aborting

This commit is contained in:
Mikayla
2023-05-10 20:40:52 +00:00
parent c7edd8c487
commit 032284e90d
3 changed files with 13 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v0.15.6"
local SUPERVISOR_VERSION = "v0.15.7"
local println = util.println
local println_ts = util.println_ts