#248 fixed network light not going out on PLC/RTU when disconnected

This commit is contained in:
Mikayla Fischler
2023-06-05 17:47:43 -04:00
parent 360609df1f
commit 63147bfab5
7 changed files with 17 additions and 4 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.0"
local R_PLC_VERSION = "v1.4.1"
local println = util.println
local println_ts = util.println_ts