kopia lustrzana https://github.com/keenerd/rtl-sdr
Update rtl_sdr.c
rodzic
fd13e48576
commit
ecb90b9fb8
|
@ -57,7 +57,7 @@ void usage(void)
|
||||||
"\t[-S force sync output (default: async)]\n"
|
"\t[-S force sync output (default: async)]\n"
|
||||||
"\t[-D direct_sampling_mode, 0 (default/off), 1 (I), 2 (Q), 3 (no-mod)]\n"
|
"\t[-D direct_sampling_mode, 0 (default/off), 1 (I), 2 (Q), 3 (no-mod)]\n"
|
||||||
"\t[-N no dithering (default: use dithering)]\n"
|
"\t[-N no dithering (default: use dithering)]\n"
|
||||||
"\t[-X enable RTL AGC]\n"
|
"\t[-x enable RTL AGC]\n"
|
||||||
"\tfilename (a '-' dumps samples to stdout)\n\n");
|
"\tfilename (a '-' dumps samples to stdout)\n\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
@ -131,7 +131,7 @@ int main(int argc, char **argv)
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
case 'x':
|
case 'x':
|
||||||
rtlagc = 0;
|
rtlagc = 0;
|
||||||
break;*/
|
break;
|
||||||
case 'd':
|
case 'd':
|
||||||
dev_index = verbose_device_search(optarg);
|
dev_index = verbose_device_search(optarg);
|
||||||
dev_given = 1;
|
dev_given = 1;
|
||||||
|
|
Ładowanie…
Reference in New Issue