diff --git a/rtu/config/redstone.lua b/rtu/config/redstone.lua index 3227f3f..74506f3 100644 --- a/rtu/config/redstone.lua +++ b/rtu/config/redstone.lua @@ -226,7 +226,7 @@ function redstone.create(tool_ctl, main_pane, cfg_sys, rs_cfg, style) count = #redstone_subset(ini_cfg.Redstone, name) TextBox{parent=line,x=33,y=2,width=16,alignment=core.ALIGN.RIGHT,text=count.." connections",fg_bg=cpair(colors.gray,colors.white)} - PushButton{parent=line,x=41,y=1,min_width=8,height=1,text="CONFIG",callback=function()config_rs(name)end,fg_bg=cpair(colors.black,colors.yellow),active_fg_bg=btn_act_fg_bg,dis_fg_bg=btn_dis_fg_bg} + PushButton{parent=line,x=41,y=1,min_width=8,height=1,text="CONFIG",callback=function()config_rs(name)end,fg_bg=cpair(colors.black,colors.blue),active_fg_bg=btn_act_fg_bg,dis_fg_bg=btn_dis_fg_bg} end end diff --git a/rtu/startup.lua b/rtu/startup.lua index f4e9eed..d3812c6 100644 --- a/rtu/startup.lua +++ b/rtu/startup.lua @@ -31,7 +31,7 @@ local sna_rtu = require("rtu.dev.sna_rtu") local sps_rtu = require("rtu.dev.sps_rtu") local turbinev_rtu = require("rtu.dev.turbinev_rtu") -local RTU_VERSION = "v1.12.0" +local RTU_VERSION = "v1.12.1" local RTU_UNIT_TYPE = types.RTU_UNIT_TYPE local RTU_HW_STATE = databus.RTU_HW_STATE