#71 validate frame data types

This commit is contained in:
Mikayla Fischler
2022-06-05 13:21:02 -04:00
parent f0c97e8b70
commit 81345f5325
4 changed files with 77 additions and 48 deletions

View File

@@ -13,7 +13,7 @@ local config = require("reactor-plc.config")
local plc = require("reactor-plc.plc")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "beta-v0.7.5"
local R_PLC_VERSION = "beta-v0.7.6"
local print = util.print
local println = util.println