From: Bdale Garbee Date: Wed, 19 Aug 2020 20:38:04 +0000 (-0600) Subject: fix broken TeleBT turnon script X-Git-Tag: 1.9.5~1^2~19 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=b3297909e58a2709d340f65181c22ef82341afb9;hp=f82e0c5e3a3b3a505e35df23301cdc7dd4b1a869 fix broken TeleBT turnon script --- diff --git a/ao-bringup/turnon_telebt b/ao-bringup/turnon_telebt index 3e9fddaa..af72bab8 100755 --- a/ao-bringup/turnon_telebt +++ b/ao-bringup/turnon_telebt @@ -66,12 +66,8 @@ esac CALFILE=cal-$SERIAL.txt -echo 'E 0' > $dev - ../ao-tools/ao-cal-freq/ao-cal-freq --nosave --output=$CALFILE --tty=$dev -# echo 'E 1' > $dev - CAL_VALUE=`cat $CALFILE` echo $SERIAL","$CAL_VALUE >> cal_values echo "Reflashing with calibration: $CAL_VALUE"