From 438e35688b4e306ce18828b476777b48c9f0eae8 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sun, 21 Jan 2018 05:59:27 -0500 Subject: [PATCH] transition to kernel --- sys/extensions/5.network.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/extensions/5.network.lua b/sys/extensions/5.network.lua index 9b4b43c..d86ccb3 100644 --- a/sys/extensions/5.network.lua +++ b/sys/extensions/5.network.lua @@ -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