#173 dump excess steam on opening emergency coolant

This commit is contained in:
Mikayla Fischler
2023-02-25 14:11:40 -05:00
parent 523ac91c3b
commit fbb992ff12
8 changed files with 43 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ local iocontrol = require("coordinator.iocontrol")
local renderer = require("coordinator.renderer")
local sounder = require("coordinator.sounder")
local COORDINATOR_VERSION = "v0.11.3"
local COORDINATOR_VERSION = "v0.11.4"
local print = util.print
local println = util.println