From 91565347a7500fd430437bfb2bb789d614ee6237 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 12 Oct 2010 11:41:44 +0000 Subject: [PATCH] Removed the default immediate initialization of the network (the collect & netcmd commands). This should be done via the GUI instead now. --- examples/sky-shell/collect-init.script | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/sky-shell/collect-init.script b/examples/sky-shell/collect-init.script index 253cf2b69..493cd46c5 100644 --- a/examples/sky-shell/collect-init.script +++ b/examples/sky-shell/collect-init.script @@ -4,7 +4,3 @@ sleep 2 echo mac 0 sleep 2 echo time %TIME% | null -sleep 2 -echo collect | timestamp | blink | binprint & -sleep 2 -echo netcmd { repeat 0 60 { randwait 2 sky-alldata | blink | send 15 } }