X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-bringup%2Ftest-telemetrum;h=8fa1d1d3d0fde2302770e4eeff1ea93e86d0d925;hb=f1ea931ca808b120b5f378269aa9a6e38e90b8af;hp=57a4d90d78fdacb76418b3fe9ce61279da9593e7;hpb=20d640ec504afbfdb69dba1b241d84af1e62abed;p=fw%2Faltos diff --git a/ao-bringup/test-telemetrum b/ao-bringup/test-telemetrum index 57a4d90d..8fa1d1d3 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" @@ -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