#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

@@ -62,7 +62,7 @@ local system = {}
-- create the system configuration view
---@param tool_ctl _plc_cfg_tool_ctl
---@param main_pane MultiPane
---@param cfg_sys [ plc_config, plc_config, plc_config, table, function ]
---@param cfg_sys [ plc_config, plc_config, plc_config, { [1]: string, [2]: string, [3]: any }[], function ]
---@param divs Div[]
---@param style { [string]: cpair }
---@param exit function

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