callerid: warn when used with --auto-carrier

This commit is contained in:
Kamal Mostafa 2014-11-08 09:27:31 -08:00
parent 2a37e24964
commit a6a7e0da35
1 changed files with 2 additions and 0 deletions

View File

@ -666,6 +666,8 @@ main( int argc, char*argv[] )
fprintf(stderr, "E: callerid --tx mode is not supported.\n");
return 1;
}
if ( carrier_autodetect_threshold > 0.0 )
fprintf(stderr, "W: callerid with --auto-carrier is not recommended.\n");
bfsk_databits_decode = databits_decode_callerid;
bfsk_data_rate = 1200;
bfsk_n_data_bits = 8;