mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
Increased the transmission time to 40 seconds from 20 seconds
This commit is contained in:
parent
ed4ee1b5af
commit
5dd7f44162
@ -448,7 +448,7 @@ sink = id;
|
||||
YIELD_THEN_WAIT_UNTIL(id == sink);
|
||||
/*mote.getInterfaces().getButton().clickButton()*/
|
||||
log.log("Writing netcmd\n");
|
||||
node.write("netcmd { repeat 0 20 { randwait 20 sky-alldata | blink | send } }");
|
||||
node.write("netcmd { repeat 0 40 { randwait 40 sky-alldata | blink | send } }");
|
||||
YIELD_THEN_WAIT_UNTIL(id == sink);
|
||||
log.log("Writing collect command\n");
|
||||
node.write("collect | timestamp | blink | binprint &");
|
||||
|
Loading…
Reference in New Issue
Block a user