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);
|
YIELD_THEN_WAIT_UNTIL(id == sink);
|
||||||
/*mote.getInterfaces().getButton().clickButton()*/
|
/*mote.getInterfaces().getButton().clickButton()*/
|
||||||
log.log("Writing netcmd\n");
|
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);
|
YIELD_THEN_WAIT_UNTIL(id == sink);
|
||||||
log.log("Writing collect command\n");
|
log.log("Writing collect command\n");
|
||||||
node.write("collect | timestamp | blink | binprint &");
|
node.write("collect | timestamp | blink | binprint &");
|
||||||
|
|
Loading…
Reference in a new issue