have the cal-freq script save cal values to a file
authorBdale Garbee <bdale@gag.com>
Sun, 16 Feb 2014 22:51:32 +0000 (15:51 -0700)
committerBdale Garbee <bdale@gag.com>
Sun, 16 Feb 2014 22:51:32 +0000 (15:51 -0700)
ao-bringup/cal-freq

index dc2f2212983c4508680bcf6d65bc48b6ff96bc6a..68a8ebf2f56928924d70839535bf28799e4c35fc 100755 (executable)
@@ -21,6 +21,7 @@ while true; do
 
        case "$FREQ" in
        "")
 
        case "$FREQ" in
        "")
+               echo $SERIAL","$CAL_VALUE >> cal_values
                exit 0
                ;;
        *)
                exit 0
                ;;
        *)
@@ -44,3 +45,4 @@ EOF
                ;;
        esac
 done
                ;;
        esac
 done
+