From 95fc564503ced6febe7136813e76592ecac9c1d7 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 20 Sep 2021 18:22:55 -0600 Subject: [PATCH] update TeleMega bench scripts for v5.0 hardware --- ao-bringup/test-telemega | 4 ++-- ao-bringup/turnon_telemega | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ao-bringup/test-telemega b/ao-bringup/test-telemega index 3355d866..14e4a456 100755 --- a/ao-bringup/test-telemega +++ b/ao-bringup/test-telemega @@ -1,11 +1,11 @@ #!/bin/sh -VERSION=4.0 +VERSION=5.0 PRODUCT=TeleMega BASE=`echo $PRODUCT | tr 'A-Z' 'a-z'` echo "$PRODUCT-v$VERSION Test Program" -echo "Copyright 2020 by Bdale Garbee. Released under GPL v3" +echo "Copyright 2021 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 b/ao-bringup/turnon_telemega index 67f4fb0c..2e8b7492 100755 --- a/ao-bringup/turnon_telemega +++ b/ao-bringup/turnon_telemega @@ -14,12 +14,12 @@ else exit 1 fi -VERSION=4.0 +VERSION=5.0 REPO=~/altusmetrumllc/Binaries PRODUCT=TeleMega echo "$PRODUCT v$VERSION Turn-On and Calibration Program" -echo "Copyright 2020 by Bdale Garbee. Released under GPL v3" +echo "Copyright 2021 by Bdale Garbee. Released under GPL v3" echo echo "Expectations:" echo "\t$PRODUCT v$VERSION powered from USB" -- 2.30.2