mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
#390 fixed not being able to edit entries after using ALL_WASTE shortcut
This commit is contained in:
parent
37659d687e
commit
5d3fd6d939
@ -1389,6 +1389,8 @@ local function config_view(display)
|
||||
local function edit_rs_entry(idx)
|
||||
local def = tmp_cfg.Redstone[idx] ---@type rtu_rs_definition
|
||||
|
||||
tool_ctl.rs_cfg_shortcut.hide(true)
|
||||
tool_ctl.rs_cfg_color.show()
|
||||
tool_ctl.rs_cfg_editing = idx
|
||||
|
||||
local text = "Editing " .. rsio.to_string(def.port) .. " (for "
|
||||
|
@ -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.7.7"
|
||||
local RTU_VERSION = "v1.7.8"
|
||||
|
||||
local RTU_UNIT_TYPE = types.RTU_UNIT_TYPE
|
||||
local RTU_UNIT_HW_STATE = databus.RTU_UNIT_HW_STATE
|
||||
|
Loading…
x
Reference in New Issue
Block a user