diff options
Diffstat (limited to 'ao-bringup/turnon_easymega')
-rwxr-xr-x | ao-bringup/turnon_easymega | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ao-bringup/turnon_easymega b/ao-bringup/turnon_easymega index b14ed2ab..9de8d985 100755 --- a/ao-bringup/turnon_easymega +++ b/ao-bringup/turnon_easymega @@ -1,6 +1,8 @@ #!/bin/sh PRODUCT=EasyMega +VERSION=2.0 +REPO=~/altusmetrumllc/Binaries if [ -x ../ao-tools/ao-flash/ao-flash-stm ]; then STMLOAD=../ao-tools/ao-flash/ao-flash-stm @@ -16,11 +18,8 @@ else exit 1 fi -VERSION=1.0 -REPO=~/altusmetrumllc/Binaries - echo "$PRODUCT v$VERSION Turn-On and Calibration Program" -echo "Copyright 2014 by Bdale Garbee. Released under GPL v2" +echo "Copyright 2018 by Bdale Garbee. Released under GPL v2" echo echo "Expectations:" echo "\t$PRODUCT v$VERSION" |