RTL PPM Input Fix
RTL Input Fix --PPM error wasn't being set by command line -P switch. Had disabled for testing, forgot to re-enable.
This commit is contained in:
parent
861ca3cb54
commit
1505103c18
|
|
@ -918,7 +918,7 @@ main (int argc, char **argv)
|
|||
break;
|
||||
case 'P':
|
||||
//can't handle negative numbers?
|
||||
//sscanf (optarg, "%d", &opts.rtlsdr_ppm_error);
|
||||
sscanf (optarg, "%d", &opts.rtlsdr_ppm_error);
|
||||
break;
|
||||
case 'q':
|
||||
opts.errorbars = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue