diff options
author | Bdale Garbee <bdale@gag.com> | 2014-02-16 15:51:32 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2014-02-16 15:51:32 -0700 |
commit | 13dccd1869cdf00d4aa0df55a3ece33936cd520a (patch) | |
tree | ef44683f7a60f65d2f2f76b233cde588e2f517ea /ao-bringup/cal-freq | |
parent | bf268354535a3a7b2e093235e5347ed2a6d809ff (diff) |
have the cal-freq script save cal values to a file
Diffstat (limited to 'ao-bringup/cal-freq')
-rwxr-xr-x | ao-bringup/cal-freq | 2 |
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 + |