#424 fixed key derivation init

This commit is contained in:
Mikayla Fischler
2024-02-19 19:28:12 -05:00
parent 8ac46faf36
commit 126d6eb163
2 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ local t_pack = table.pack
local util = {}
-- scada-common version
util.version = "1.1.13"
util.version = "1.1.14"
util.TICK_TIME_S = 0.05
util.TICK_TIME_MS = 50