#390 fixed not being able to edit entries after using ALL_WASTE shortcut

This commit is contained in:
Mikayla Fischler 2023-12-17 17:46:18 -05:00
parent 37659d687e
commit 5d3fd6d939
2 changed files with 3 additions and 1 deletions

View File

@ -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 "

View File

@ -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