#219 properly close out GUI on error on pocket and coordinator

This commit is contained in:
Mikayla
2023-04-21 18:53:28 +00:00
parent 706fb5ea74
commit e1da8b59d3
12 changed files with 89 additions and 112 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.1.14"
local R_PLC_VERSION = "v1.1.15"
local println = util.println
local println_ts = util.println_ts