summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2014-02-16 15:51:32 -0700
committerBdale Garbee <bdale@gag.com>2014-02-16 15:51:32 -0700
commit13dccd1869cdf00d4aa0df55a3ece33936cd520a (patch)
treeef44683f7a60f65d2f2f76b233cde588e2f517ea
parentbf268354535a3a7b2e093235e5347ed2a6d809ff (diff)
have the cal-freq script save cal values to a file
-rwxr-xr-xao-bringup/cal-freq2
1 files changed, 2 insertions, 0 deletions
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
+