X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-bringup%2Ftest-telemega;h=8505a682d03c7b7dc0ccd88c5c338752efccbd83;hb=5ff0442702ee41179341240b1bbf290be89e1718;hp=d3c13e163ab2b086b53e7c25144d2a51d8e2c5ed;hpb=20d640ec504afbfdb69dba1b241d84af1e62abed;p=fw%2Faltos diff --git a/ao-bringup/test-telemega b/ao-bringup/test-telemega index d3c13e16..8505a682 100755 --- a/ao-bringup/test-telemega +++ b/ao-bringup/test-telemega @@ -1,11 +1,11 @@ #!/bin/sh -VERSION=0.1 +VERSION=4.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 2020 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 drogue main 0 1 2 3 + ./test-igniters $dev main drogue 3 0 1 2 echo"" echo "Testing baro sensor" @@ -60,6 +60,7 @@ ao-list | while read product serial dev; do echo"" echo "$PRODUCT-v$VERSION" serial "$serial" is ready to ship + echo "\007" ret=0 ;; esac