X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-bringup%2Fturnon_telemetrum;h=ba40a08a363b763f38ef95555ebf48a3b8196a82;hb=95d9248da78f86240dbe77e2c206420dc509c9cf;hp=588c7f317e6c01568d330266834c3f1c12705bd0;hpb=17e894d1b65231d07df009bc4e8ca92864ccf790;p=fw%2Faltos 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 $?