mirror of
https://github.com/MidnightBlueLabs/tetra-bluestation.git
synced 2026-03-29 05:09:51 +00:00
Fix for LimeSDR
This commit is contained in:
@@ -21,7 +21,7 @@ impl SoapySdrIoCfg {
|
||||
if self.iocfg_usrpb2xx.is_some() {
|
||||
"uhd"
|
||||
} else if self.iocfg_limesdr.is_some() {
|
||||
"limesdr"
|
||||
"lime"
|
||||
} else if self.iocfg_sxceiver.is_some() {
|
||||
"sx"
|
||||
} else {
|
||||
|
||||
@@ -152,7 +152,7 @@ impl SoapyIo {
|
||||
];
|
||||
}
|
||||
}
|
||||
"limesdr" => {
|
||||
"lime" => {
|
||||
if let Some(cfg) = &soapy_cfg.io_cfg.iocfg_limesdr {
|
||||
// Override antenna settings if specified
|
||||
if let Some(ref ant) = cfg.rx_ant {
|
||||
|
||||
Reference in New Issue
Block a user