#225 PLC/RTUs drop incoming packets from devices other than the configured supervisor while linked

This commit is contained in:
Mikayla Fischler
2023-06-05 19:12:43 -04:00
parent b20d42ff38
commit c536b823e7
4 changed files with 17 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.4.2"
local R_PLC_VERSION = "v1.4.3"
local println = util.println
local println_ts = util.println_ts