#186 fixed incorrect constant usage, add RCS flow low to flow stability holdoff when not using a boiler

This commit is contained in:
Mikayla Fischler
2023-03-04 21:35:54 -05:00
parent edb5d8b96f
commit 85a9532962
3 changed files with 9 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ local svsessions = require("supervisor.session.svsessions")
local config = require("supervisor.config")
local supervisor = require("supervisor.supervisor")
local SUPERVISOR_VERSION = "v0.13.11"
local SUPERVISOR_VERSION = "v0.13.12"
local print = util.print
local println = util.println