X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-bringup%2Fturnon_telemetrum;h=ba40a08a363b763f38ef95555ebf48a3b8196a82;hp=588c7f317e6c01568d330266834c3f1c12705bd0;hb=20d640ec504afbfdb69dba1b241d84af1e62abed;hpb=4828be0ca5252ac9cd6061209385dcd6c4c57965 diff --git a/ao-bringup/turnon_telemetrum b/ao-bringup/turnon_telemetrum index 588c7f31..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,4 +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 $?