mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
update sdrplay sample rate ranges with newer info from soapysdrplay3
This commit is contained in:
parent
1ef0d77385
commit
3a79ff3552
|
|
@ -67,22 +67,9 @@ class SdrplayDeviceDescription(SoapyConnectorDeviceDescription):
|
|||
# integration.
|
||||
return [
|
||||
Range(62500),
|
||||
Range(96000),
|
||||
Range(125000),
|
||||
Range(192000),
|
||||
Range(250000),
|
||||
Range(384000),
|
||||
Range(500000),
|
||||
Range(768000),
|
||||
Range(1000000),
|
||||
Range(2000000),
|
||||
Range(2048000),
|
||||
Range(3000000),
|
||||
Range(4000000),
|
||||
Range(5000000),
|
||||
Range(6000000),
|
||||
Range(7000000),
|
||||
Range(8000000),
|
||||
Range(9000000),
|
||||
Range(10000000),
|
||||
Range(2000000, 10660000),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue