mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
move dmr_filter property to the right list
This commit is contained in:
parent
0e8715b5a1
commit
7948d1f27a
|
|
@ -35,6 +35,7 @@ class DspManager(csdr.output):
|
|||
"offset_freq",
|
||||
"mod",
|
||||
"secondary_offset_freq",
|
||||
"dmr_filter",
|
||||
))
|
||||
# properties that we inherit from the sdr
|
||||
self.props.addLayer(1, self.sdrSource.getProps().filter(
|
||||
|
|
@ -47,7 +48,6 @@ class DspManager(csdr.output):
|
|||
"digimodes_enable",
|
||||
"samp_rate",
|
||||
"digital_voice_unvoiced_quality",
|
||||
"dmr_filter",
|
||||
"temporary_directory",
|
||||
"center_freq",
|
||||
))
|
||||
|
|
|
|||
Loading…
Reference in a new issue