added type def to ppm and return a copy of the peripherals list rather than the table itself

This commit is contained in:
Mikayla Fischler
2023-11-04 12:56:49 -04:00
parent 25f68f338c
commit eff3444834
2 changed files with 10 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ local type = type
local util = {}
-- scada-common version
util.version = "1.1.6"
util.version = "1.1.7"
util.TICK_TIME_S = 0.05
util.TICK_TIME_MS = 50