aboutsummaryrefslogtreecommitdiff
path: root/data_recorder.c
diff options
context:
space:
mode:
authorJustin Berger <jdavidberger@gmail.com>2018-03-23 14:43:32 +0000
committerJustin Berger <jdavidberger@gmail.com>2018-03-23 14:43:32 +0000
commitd475a433ec40f335fa0bffdf774bac4c69d7fc10 (patch)
treeeb59da712588959d681944d3c83607f97003bf43 /data_recorder.c
parent17e06b4822e60ccca865e77b45bf2b52a26852f2 (diff)
downloadlibsurvive-d475a433ec40f335fa0bffdf774bac4c69d7fc10.tar.gz
libsurvive-d475a433ec40f335fa0bffdf774bac4c69d7fc10.tar.bz2
Made calibration installation driveable from the command line; also turns on if there is no calibration
Diffstat (limited to 'data_recorder.c')
-rw-r--r--data_recorder.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/data_recorder.c b/data_recorder.c
index eef233d..427a953 100644
--- a/data_recorder.c
+++ b/data_recorder.c
@@ -17,10 +17,6 @@ int main(int argc, char **argv) {
}
survive_startup(ctx);
- if (survive_configi(ctx, "calibrate", SC_GET, 1)) {
- SV_INFO("Installing calibration");
- survive_cal_install(ctx);
- }
while (survive_poll(ctx) == 0) {
}