mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
add updated rates for sdrplay
This commit is contained in:
parent
50e55689f3
commit
4d1fdf08a0
|
|
@ -67,9 +67,13 @@ 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, 10660000),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue