#526 cleanup
This commit is contained in:
parent
e37e3ba696
commit
234652b886
@ -150,7 +150,7 @@ local function init(panel)
|
|||||||
-- about footer
|
-- about footer
|
||||||
--
|
--
|
||||||
|
|
||||||
local about = Div{parent=panel,width=15,height=2,x=1,y=term_h-1,fg_bg=disabled_fg}
|
local about = Div{parent=panel,width=15,height=2,y=term_h-1,fg_bg=disabled_fg}
|
||||||
local fw_v = TextBox{parent=about,text="FW: v00.00.00"}
|
local fw_v = TextBox{parent=about,text="FW: v00.00.00"}
|
||||||
local comms_v = TextBox{parent=about,text="NT: v00.00.00"}
|
local comms_v = TextBox{parent=about,text="NT: v00.00.00"}
|
||||||
|
|
||||||
|
|||||||
@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
|
|||||||
local renderer = require("reactor-plc.renderer")
|
local renderer = require("reactor-plc.renderer")
|
||||||
local threads = require("reactor-plc.threads")
|
local threads = require("reactor-plc.threads")
|
||||||
|
|
||||||
local R_PLC_VERSION = "v1.8.17"
|
local R_PLC_VERSION = "v1.8.18"
|
||||||
|
|
||||||
local println = util.println
|
local println = util.println
|
||||||
local println_ts = util.println_ts
|
local println_ts = util.println_ts
|
||||||
|
|||||||
@ -110,7 +110,7 @@ local function init(panel, units)
|
|||||||
-- about label
|
-- about label
|
||||||
--
|
--
|
||||||
|
|
||||||
local about = Div{parent=panel,width=15,height=2,x=1,y=term_h-1,fg_bg=disabled_fg}
|
local about = Div{parent=panel,width=15,height=2,y=term_h-1,fg_bg=disabled_fg}
|
||||||
local fw_v = TextBox{parent=about,text="FW: v00.00.00"}
|
local fw_v = TextBox{parent=about,text="FW: v00.00.00"}
|
||||||
local comms_v = TextBox{parent=about,text="NT: v00.00.00"}
|
local comms_v = TextBox{parent=about,text="NT: v00.00.00"}
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,7 @@ local sna_rtu = require("rtu.dev.sna_rtu")
|
|||||||
local sps_rtu = require("rtu.dev.sps_rtu")
|
local sps_rtu = require("rtu.dev.sps_rtu")
|
||||||
local turbinev_rtu = require("rtu.dev.turbinev_rtu")
|
local turbinev_rtu = require("rtu.dev.turbinev_rtu")
|
||||||
|
|
||||||
local RTU_VERSION = "v1.11.3"
|
local RTU_VERSION = "v1.11.4"
|
||||||
|
|
||||||
local RTU_UNIT_TYPE = types.RTU_UNIT_TYPE
|
local RTU_UNIT_TYPE = types.RTU_UNIT_TYPE
|
||||||
local RTU_HW_STATE = databus.RTU_HW_STATE
|
local RTU_HW_STATE = databus.RTU_HW_STATE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user