add updated rates for sdrplay

This commit is contained in:
Jakob Ketterl 2024-02-16 12:48:14 +01:00
parent 50e55689f3
commit 4d1fdf08a0

View file

@ -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),
]