#357 min length of auth key and some cleanup, added config change log

This commit is contained in:
Mikayla Fischler
2023-10-14 12:02:25 -04:00
parent 6f1195dded
commit 41442012c2
3 changed files with 70 additions and 31 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.1"
local R_PLC_VERSION = "v1.6.2"
local println = util.println
local println_ts = util.println_ts
@@ -50,7 +50,7 @@ log.info("BOOTING reactor-plc.startup " .. R_PLC_VERSION)
log.info("========================================")
println(">> Reactor PLC " .. R_PLC_VERSION .. " <<")
crash.set_env("plc", R_PLC_VERSION)
crash.set_env("reactor-plc", R_PLC_VERSION)
----------------------------------------
-- main application