From: Bdale Garbee Date: Sun, 16 Feb 2014 22:51:32 +0000 (-0700) Subject: have the cal-freq script save cal values to a file X-Git-Tag: 1.3.2.2~188 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=13dccd1869cdf00d4aa0df55a3ece33936cd520a have the cal-freq script save cal values to a file --- diff --git a/ao-bringup/cal-freq b/ao-bringup/cal-freq index dc2f2212..68a8ebf2 100755 --- a/ao-bringup/cal-freq +++ b/ao-bringup/cal-freq @@ -21,6 +21,7 @@ while true; do case "$FREQ" in "") + echo $SERIAL","$CAL_VALUE >> cal_values exit 0 ;; *) @@ -44,3 +45,4 @@ EOF ;; esac done +