mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-16 19:51:53 +02:00
usrp/fscan: results are now quite stable, so 20 instead of 100 runs are enough
This commit is contained in:
parent
521dab850d
commit
60d78fdbb5
@ -22,7 +22,8 @@ else
|
|||||||
abs=$1
|
abs=$1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for a in 0 1 2 3 4 5 6 7 8 9; do
|
#for a in 0 1 2 3 4 5 6 7 8 9; do
|
||||||
|
for a in 0 1; do
|
||||||
for b in 0 1 2 3 4 5 6 7 8 9; do
|
for b in 0 1 2 3 4 5 6 7 8 9; do
|
||||||
f=2405
|
f=2405
|
||||||
while [ $f -le 2480 ]; do
|
while [ $f -le 2480 ]; do
|
||||||
|
Loading…
Reference in New Issue
Block a user