fixed recording bad stats on induction matrix faults

This commit is contained in:
Mikayla Fischler
2024-04-30 20:28:07 -04:00
parent f958b0e3b7
commit 25dc47d520
2 changed files with 28 additions and 6 deletions

View File

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