1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-14 17:29:59 +00:00

transition to kernel

This commit is contained in:
kepler155c@gmail.com 2018-01-21 05:59:27 -05:00
parent e59400eb2b
commit 438e35688b

View File

@ -1,5 +1,4 @@
local kernel = _G.kernel local kernel = _G.kernel
local os = _G.os
_G.network = { } _G.network = { }
@ -19,6 +18,5 @@ end)
if _G.device.wireless_modem then if _G.device.wireless_modem then
startNetwork() startNetwork()
os.sleep(0) -- give the network a cycle to start
end end