X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-bringup%2Ftest-telemetrum;h=914271837af9a6d953f326ae0d88df2e5ae82764;hb=4a1f441b746d4c9d1cb4a52401d76b5e81ba6f48;hp=57a4d90d78fdacb76418b3fe9ce61279da9593e7;hpb=20d640ec504afbfdb69dba1b241d84af1e62abed;p=fw%2Faltos diff --git a/ao-bringup/test-telemetrum b/ao-bringup/test-telemetrum index 57a4d90d..91427183 100755 --- a/ao-bringup/test-telemetrum +++ b/ao-bringup/test-telemetrum @@ -1,11 +1,11 @@ #!/bin/sh -VERSION=2.0 +VERSION=3.0 PRODUCT=TeleMetrum 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 2019 by Bdale Garbee. Released under GPL v2" echo echo "Expectations:" echo "\t$PRODUCT v$VERSION powered from USB" @@ -19,7 +19,7 @@ ao-list | while read product serial dev; do echo "Testing $product $serial $dev" echo "" - ./test-igniters "$dev" drogue main + ./test-igniters "$dev" --rplus=100 --rminus=27 --adcmax=4095 drogue main echo "" echo "Testing baro sensor" @@ -61,6 +61,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