#309 moved monitor block size to ppm and fixed size estimation for monitor requirements

This commit is contained in:
Mikayla Fischler
2024-02-18 13:00:18 -05:00
parent 1fa8c03dff
commit 3e83c8e2c6
3 changed files with 18 additions and 10 deletions

View File

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