transition to kernel

This commit is contained in:
kepler155c@gmail.com 2018-01-21 05:59:27 -05:00
parent e59400eb2b
commit 438e35688b
1 changed files with 0 additions and 2 deletions

View File

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