mirror of
https://github.com/kepler155c/opus
synced 2025-01-16 18:32:52 +00:00
dont close modem ports on network startup (due to multiple computers may be using same modem)
This commit is contained in:
parent
c18945467f
commit
5dd3001ffd
@ -14,7 +14,9 @@ if not device.wireless_modem then
|
||||
end
|
||||
|
||||
print('Net daemon starting')
|
||||
device.wireless_modem.closeAll()
|
||||
-- don't close as multiple computers may be sharing the
|
||||
-- wireless modem
|
||||
--device.wireless_modem.closeAll()
|
||||
|
||||
for _,file in pairs(fs.list('sys/apps/network')) do
|
||||
local fn, msg = Util.run(_ENV, 'sys/apps/network/' .. file)
|
||||
|
Loading…
Reference in New Issue
Block a user