fixes and cleanup

This commit is contained in:
Mikayla Fischler
2023-04-19 23:00:27 -04:00
parent a614b97d02
commit a843c8eb79
8 changed files with 11 additions and 10 deletions

View File

@@ -300,6 +300,7 @@ function coordinator.comms(version, modem, sv_port, sv_listen, api_listen, range
---@param new_modem table
function public.reconnect_modem(new_modem)
modem = new_modem
apisessions.relink_modem(new_modem)
_conf_channels()
end