From: Bdale Garbee Date: Fri, 28 Apr 2023 06:29:01 +0000 (-0600) Subject: have TeleGPS production script save RF cal value X-Git-Tag: 1.9.17~1^2~15 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=b4e136c63d5e02b1ce94e6981a99c99ff1389658;hp=58fa337960b7b528c4755514f5faee894527de92 have TeleGPS production script save RF cal value --- diff --git a/ao-bringup/turnon_telegps b/ao-bringup/turnon_telegps index 7c16d361..45f8fcf5 100755 --- a/ao-bringup/turnon_telegps +++ b/ao-bringup/turnon_telegps @@ -74,7 +74,10 @@ case "$dev" in ;; esac -SERIAL=$SERIAL ./cal-freq $dev +CALFILE=cal-$SERIAL.txt +../ao-tools/ao-cal-freq/ao-cal-freq --output=$CALFILE --tty=$dev +CAL_VALUE=`cat $CALFILE` +echo $SERIAL","$CAL_VALUE >> cal_values ./test-telegps-v3