#502 much needed refresh and cleanup of PLC struct and status packet handling

This commit is contained in:
Mikayla Fischler
2024-06-27 21:03:53 -04:00
parent 2bc20ec312
commit 897a3ed22d
4 changed files with 100 additions and 104 deletions

View File

@@ -21,7 +21,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v1.3.12"
local SUPERVISOR_VERSION = "v1.3.13"
local println = util.println
local println_ts = util.println_ts