#580 supervisor backplane

This commit is contained in:
Mikayla Fischler
2025-10-19 15:19:30 -04:00
parent 9e3922a972
commit 4d6c388f37
6 changed files with 200 additions and 188 deletions

View File

@@ -104,6 +104,8 @@ function network.nic(modem)
modem = reconnected_modem
self.connected = true
modem.closeAll()
-- open previously opened channels
for _, channel in ipairs(self.channels) do
modem.open(channel)

View File

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