add production scripts for TeleGPS v3.0
[fw/altos] / ao-bringup / turnon_telegps
index b6da2898bbaece3545bce832e5f32bda8f4e1017..b51e33c81cd73eb8e87d7d1c7d361de997277d9e 100755 (executable)
@@ -17,12 +17,12 @@ else
 fi
 
 PRODUCT=TeleGPS
-VERSION=1.0
+VERSION=3.0
 BASE=`echo $PRODUCT | tr 'A-Z' 'a-z'`
 echo $FILE
 
 echo "$PRODUCT v$VERSION Turn-On and Calibration Program"
-echo "Copyright 2014 by Bdale Garbee.  Released under GPL v2"
+echo "Copyright 2023 by Bdale Garbee.  Released under GPL v3"
 echo
 echo "Expectations:"
 echo "\t$PRODUCT v$VERSION powered from USB"
@@ -76,6 +76,6 @@ esac
 
 SERIAL=$SERIAL ./cal-freq $dev
 
-./test-telegps
+./test-telegps-v3
 
 exit $?