X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-bringup%2Ftest-telemega;h=14e4a4562acc09d6c8213acfd14aadece0c46df9;hb=213bb501970370d16642c2fc3f5bd9c0a5f9aadb;hp=0ac475a30044eb25fc79b0dc8aa6007e71c951ee;hpb=aa9630c30ee09bf358e77bf47ed0815a19237fca;p=fw%2Faltos diff --git a/ao-bringup/test-telemega b/ao-bringup/test-telemega index 0ac475a3..14e4a456 100755 --- a/ao-bringup/test-telemega +++ b/ao-bringup/test-telemega @@ -1,11 +1,11 @@ #!/bin/sh -VERSION=2.0 +VERSION=5.0 PRODUCT=TeleMega BASE=`echo $PRODUCT | tr 'A-Z' 'a-z'` echo "$PRODUCT-v$VERSION Test Program" -echo "Copyright 2014 by Keith Packard. Released under GPL v2" +echo "Copyright 2021 by Bdale Garbee. Released under GPL v3" echo echo "Expectations:" echo "\t$PRODUCT v$VERSION powered from USB" @@ -18,7 +18,7 @@ ao-list | while read product serial dev; do echo "Testing $product $serial $dev" - ./test-igniters $dev main drogue 3 0 1 2 + ./test-igniters $dev --rplus=100 --rminus=27 --adcmax=4095 main drogue 3 0 1 2 echo"" echo "Testing baro sensor"