update load cell channel based on repaired board and 1T load cell
[fw/altos] / ao-bringup / test-telemega
index 2e497886cf5a4a5a664f4f306ee3fea914167d53..8505a682d03c7b7dc0ccd88c5c338752efccbd83 100755 (executable)
@@ -1,11 +1,11 @@
 #!/bin/sh
 
-VERSION=1.0
+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"
@@ -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