ppm patch to support multiple return value functions, changed lack of modem to emit fatal error

This commit is contained in:
Mikayla Fischler
2022-05-29 14:26:40 -04:00
parent 706bf4d3ba
commit ff5b163c1d
4 changed files with 12 additions and 7 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 = "alpha-v0.7.2"
local R_PLC_VERSION = "beta-v0.7.3"
local print = util.print
local println = util.println