PLC bugfixes and #37 optimized status packets and structure packets

This commit is contained in:
Mikayla Fischler
2022-05-02 17:40:00 -04:00
parent e3e370d3ab
commit 574b85e177
3 changed files with 139 additions and 117 deletions

View File

@@ -12,7 +12,7 @@ os.loadAPI("config.lua")
os.loadAPI("plc.lua")
os.loadAPI("threads.lua")
local R_PLC_VERSION = "alpha-v0.4.14"
local R_PLC_VERSION = "alpha-v0.5.0"
local print = util.print
local println = util.println