type and psil updates

This commit is contained in:
Mikayla
2024-12-10 03:43:23 +00:00
parent 0544587d84
commit e54ecf43ed
3 changed files with 63 additions and 1 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