diff options
author | Bdale Garbee <bdale@gag.com> | 2017-12-11 10:17:40 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2017-12-11 10:17:40 -0700 |
commit | 6d14f809b54b99725447a934047167c2e7febe82 (patch) | |
tree | 9d22891b465ebf3d31f30d9116a5898a8aa8db7e /ao-bringup | |
parent | d1d98e408311c5ba18138a18f4c88448e4254626 (diff) |
TeleMega v3.0 turnon scripts
Diffstat (limited to 'ao-bringup')
-rwxr-xr-x | ao-bringup/test-telemega | 2 | ||||
-rwxr-xr-x | ao-bringup/turnon_telemega | 4 | ||||
-rwxr-xr-x | ao-bringup/turnon_telemega_v2.0 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/ao-bringup/test-telemega b/ao-bringup/test-telemega index 0ac475a3..ec024e32 100755 --- a/ao-bringup/test-telemega +++ b/ao-bringup/test-telemega @@ -1,6 +1,6 @@ #!/bin/sh -VERSION=2.0 +VERSION=3.0 PRODUCT=TeleMega BASE=`echo $PRODUCT | tr 'A-Z' 'a-z'` diff --git a/ao-bringup/turnon_telemega b/ao-bringup/turnon_telemega index d7ccc570..49776788 100755 --- a/ao-bringup/turnon_telemega +++ b/ao-bringup/turnon_telemega @@ -14,12 +14,12 @@ else exit 1 fi -VERSION=2.0 +VERSION=3.0 REPO=~/altusmetrumllc/Binaries PRODUCT=TeleMega echo "$PRODUCT v$VERSION Turn-On and Calibration Program" -echo "Copyright 2014 by Bdale Garbee. Released under GPL v2" +echo "Copyright 2017 by Bdale Garbee. Released under GPL v3" echo echo "Expectations:" echo "\t$PRODUCT v$VERSION powered from USB" diff --git a/ao-bringup/turnon_telemega_v2.0 b/ao-bringup/turnon_telemega_v2.0 index d7ccc570..3c80dd94 100755 --- a/ao-bringup/turnon_telemega_v2.0 +++ b/ao-bringup/turnon_telemega_v2.0 @@ -76,6 +76,6 @@ done echo 'E 1' > $dev -./test-telemega +./test-telemega-v2.0 exit $? |