#574 possible fix for RTU formed checking

This commit is contained in:
Mikayla
2024-12-12 03:18:21 +00:00
parent 849caa2521
commit 019284de7b
4 changed files with 50 additions and 14 deletions

View File

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