X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-bringup%2Fturnon_telemetrum;h=ba40a08a363b763f38ef95555ebf48a3b8196a82;hp=c6e7d1cccb1799b509faf9a216792f0cba7e1d76;hb=20d640ec504afbfdb69dba1b241d84af1e62abed;hpb=b357544dd64f5b0f209c6cc6cb4fa392a2c3e1fa diff --git a/ao-bringup/turnon_telemetrum b/ao-bringup/turnon_telemetrum index c6e7d1cc..ba40a08a 100755 --- a/ao-bringup/turnon_telemetrum +++ b/ao-bringup/turnon_telemetrum @@ -20,7 +20,7 @@ echo "TeleMetrum v$VERSION Turn-On and Calibration Program" echo "Copyright 2014 by Bdale Garbee. Released under GPL v2" echo echo "Expectations:" -echo "\tTeleMetrum v$VERSIOn powered from USB" +echo "\tTeleMetrum v$VERSION powered from USB" echo "\t\twith ST-Link-V2 cabled to debug header" echo "\t\twith coax from UHF to frequency counter" echo @@ -53,6 +53,10 @@ echo 'E 0' > $dev SERIAL=$SERIAL ./cal-freq $dev -./cal-accel $dev +../ao-tools/ao-cal-accel/ao-cal-accel $dev echo 'E 1' > $dev + +./test-telemetrum + +exit $?