#148 okay turns out that variable was important, ramping now works as intended, correctly

This commit is contained in:
Mikayla Fischler
2023-02-02 22:51:21 -05:00
parent 5721231ffd
commit eb8aab175f
2 changed files with 20 additions and 5 deletions

View File

@@ -14,7 +14,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.10.2"
local R_PLC_VERSION = "beta-v0.10.3"
local print = util.print
local println = util.println