#268 better handling of wireless modem peripherals

This commit is contained in:
Mikayla Fischler
2023-07-11 18:22:09 -04:00
parent a5214730ef
commit 8b136d78a8
7 changed files with 51 additions and 28 deletions

View File

@@ -94,7 +94,7 @@ function network.nic(modem)
-- check if this NIC has a connected modem
---@nodiscard
function public.connected() return self.connected end
function public.is_connected() return self.connected end
-- connect to a modem peripheral
---@param reconnected_modem table