#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)