#580 supervisor wired/wireless dual networking

This commit is contained in:
Mikayla Fischler
2025-10-19 17:30:05 -04:00
parent 4d6c388f37
commit fc24f39991
4 changed files with 300 additions and 218 deletions

View File

@@ -18,7 +18,7 @@ local _bp = {
wd_nic = nil, ---@type nic|nil wired nic
wl_nic = nil, ---@type nic|nil wireless nic
nic_map = {}
nic_map = {} ---@type nic[] connected nics
}
backplane.nics = _bp.nic_map