threaded RTU/PLC bugfixes

This commit is contained in:
Mikayla Fischler
2022-04-27 15:52:34 -04:00
parent 14377e7348
commit 67a93016c0
4 changed files with 39 additions and 14 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.0"
local R_PLC_VERSION = "alpha-v0.4.1"
local print = util.print
local println = util.println
@@ -58,7 +58,7 @@ local __shared_memory = {
-- message queues
q = {
mq_iss = mqueue.new(),
mq_comms = mqeueu.new()
mq_comms = mqueue.new()
}
}