#45 burn rate ramping is optional now

This commit is contained in:
Mikayla Fischler
2022-05-05 16:00:49 -04:00
parent 89be79192f
commit 83fa41bbd0
5 changed files with 64 additions and 40 deletions

View File

@@ -11,7 +11,7 @@ local config = require("config")
local plc = require("plc")
local threads = require("threads")
local R_PLC_VERSION = "alpha-v0.6.2"
local R_PLC_VERSION = "alpha-v0.6.3"
local print = util.print
local println = util.println
@@ -43,6 +43,7 @@ local __shared_memory = {
},
setpoints = {
burn_rate_en = false,
burn_rate = 0.0
},