PSIL updates stored value before notifying subscribers

This commit is contained in:
Mikayla Fischler
2025-08-13 10:46:09 -03:00
parent fe78360948
commit 170cba702c
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ local t_pack = table.pack
local util = {}
-- scada-common version
util.version = "1.5.2"
util.version = "1.5.3"
util.TICK_TIME_S = 0.05
util.TICK_TIME_MS = 50