From 179d8a02e231fe853831cdf886c9196929303adb Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sun, 18 Mar 2018 02:45:09 -0400 Subject: Moving things over... still todo: * Make functions for changing temp configs. * Make functions for config_read_str but where it checks the temp one first. * Parse command-line options. --- calibrate_client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calibrate_client.c') diff --git a/calibrate_client.c b/calibrate_client.c index abfbabc..43ab821 100644 --- a/calibrate_client.c +++ b/calibrate_client.c @@ -142,7 +142,7 @@ void * GuiThread( void * v ) -int main() +int main( int argc, char ** argv ) { /* config_init(); @@ -161,7 +161,7 @@ int main() // config_save("config.json"); */ - ctx = survive_init( 1 ); + ctx = survive_init( argc, argv ); survive_install_light_fn( ctx, my_light_process ); survive_install_imu_fn( ctx, my_imu_process ); -- cgit v1.2.3