From d475a433ec40f335fa0bffdf774bac4c69d7fc10 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Fri, 23 Mar 2018 14:43:32 +0000 Subject: Made calibration installation driveable from the command line; also turns on if there is no calibration --- data_recorder.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'data_recorder.c') 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) { } -- cgit v1.2.3