#502 much needed refresh and cleanup of PLC struct and status packet handling

This commit is contained in:
Mikayla Fischler
2024-06-27 21:03:53 -04:00
parent 2bc20ec312
commit 897a3ed22d
4 changed files with 100 additions and 104 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.7.11"
local R_PLC_VERSION = "v1.7.12"
local println = util.println
local println_ts = util.println_ts