#363 PLC configurator self check WIP

This commit is contained in:
Mikayla Fischler
2024-07-22 23:44:12 -04:00
parent fb5f3b9474
commit fd06730e46
2 changed files with 158 additions and 25 deletions

View File

@@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.8.0"
local R_PLC_VERSION = "v1.8.1"
local println = util.println
local println_ts = util.println_ts