mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-03 15:20:27 +01:00
handle the resampler
This commit is contained in:
parent
4c5ec23ba7
commit
ff9f771e1b
|
|
@ -64,6 +64,9 @@ class SdrSourceEventClient(ABC):
|
|||
class SdrProfileCarousel(PropertyCarousel):
|
||||
def __init__(self, props):
|
||||
super().__init__()
|
||||
if "profiles" not in props:
|
||||
return
|
||||
|
||||
for profile_id, profile in props["profiles"].items():
|
||||
self.addLayer(profile_id, profile)
|
||||
# activate first available profile
|
||||
|
|
|
|||
Loading…
Reference in a new issue