#528 RTU gateway configurator cleanup

This commit is contained in:
Mikayla
2024-09-30 20:53:19 +00:00
parent 00157cc45e
commit 4b188bef8f
7 changed files with 1566 additions and 1387 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.9"
local R_PLC_VERSION = "v1.8.10"
local println = util.println
local println_ts = util.println_ts