From: scipio Date: Thu, 22 Feb 2007 01:16:10 +0000 (+0000) Subject: Fix it to boot 5 rather than 10 nodes, following the text. X-Git-Tag: tinyos/2.0.1~160 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=988bc1065494d10822a2365408ac46f1dccc678b;p=tinyos-2.x.git Fix it to boot 5 rather than 10 nodes, following the text. --- diff --git a/doc/html/tutorial/lesson11.html b/doc/html/tutorial/lesson11.html index 7d9cf460..8b7f3649 100644 --- a/doc/html/tutorial/lesson11.html +++ b/doc/html/tutorial/lesson11.html @@ -931,7 +931,7 @@ for line in lines: elif (s[0] == "noise"): r.setNoise(int(s[1]), float(s[2]), float(s[3])) -for i in range (0, 9): +for i in range (0, 4): m = t.getNode(i) m.bootAtTime(randint(1000, 2000) * 1000000)