plc configurator clear settings when loading settings and show actual current settings on view

This commit is contained in:
Mikayla Fischler
2023-11-04 12:49:14 -04:00
parent 1075d66122
commit 3065e2bece
2 changed files with 33 additions and 52 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.6.3"
local R_PLC_VERSION = "v1.6.4"
local println = util.println
local println_ts = util.println_ts