Using "--limesdr" or "--limesdr-mini" will also set device to "lime"
This is useful, if SoapySDR supports other SDR devices, like sound card. In this case "--sdr-device-args driver=lime" must be given at command line. Now this is done automatically with "--limesdr" or "--limesdr-mini".
This commit is contained in:
@@ -259,6 +259,7 @@ static int handle_options(int short_option, int argi, char **argv)
|
||||
{
|
||||
char *argv_lime[] = { argv[0],
|
||||
"--sdr-soapy",
|
||||
"--sdr-device-args", "driver=lime",
|
||||
"--sdr-rx-antenna", "LNAL",
|
||||
"--sdr-rx-gain", "50",
|
||||
"--sdr-tx-gain", "50",
|
||||
@@ -272,6 +273,7 @@ static int handle_options(int short_option, int argi, char **argv)
|
||||
{
|
||||
char *argv_lime[] = { argv[0],
|
||||
"--sdr-soapy",
|
||||
"--sdr-device-args", "driver=lime",
|
||||
"--sdr-rx-antenna", "LNAW",
|
||||
"--sdr-tx-antenna", "BAND2",
|
||||
"--sdr-rx-gain", "50",
|
||||
|
Reference in New Issue
Block a user