#83 additional reactor structure fields, bugfix to rps alarm on sv, removed spam-prone rps error messages

This commit is contained in:
Mikayla Fischler
2022-09-30 17:33:35 -04:00
parent 7a90ea7e4e
commit 1b553ad495
4 changed files with 61 additions and 40 deletions

View File

@@ -13,7 +13,7 @@ local config = require("reactor-plc.config")
local plc = require("reactor-plc.plc")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "beta-v0.8.6"
local R_PLC_VERSION = "beta-v0.8.7"
local print = util.print
local println = util.println