transition to kernel

This commit is contained in:
kepler155c@gmail.com
2018-01-15 20:38:30 -05:00
parent bd37d32750
commit d85e9b96b2
6 changed files with 89 additions and 82 deletions

View File

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