#390 fixed not being able to edit entries after using ALL_WASTE shortcut
This commit is contained in:
@@ -1389,6 +1389,8 @@ local function config_view(display)
|
|||||||
local function edit_rs_entry(idx)
|
local function edit_rs_entry(idx)
|
||||||
local def = tmp_cfg.Redstone[idx] ---@type rtu_rs_definition
|
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
|
tool_ctl.rs_cfg_editing = idx
|
||||||
|
|
||||||
local text = "Editing " .. rsio.to_string(def.port) .. " (for "
|
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 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.7.7"
|
local RTU_VERSION = "v1.7.8"
|
||||||
|
|
||||||
local RTU_UNIT_TYPE = types.RTU_UNIT_TYPE
|
local RTU_UNIT_TYPE = types.RTU_UNIT_TYPE
|
||||||
local RTU_UNIT_HW_STATE = databus.RTU_UNIT_HW_STATE
|
local RTU_UNIT_HW_STATE = databus.RTU_UNIT_HW_STATE
|
||||||
|
|||||||
Reference in New Issue
Block a user