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",
|
"offset_freq",
|
||||||
"mod",
|
"mod",
|
||||||
"secondary_offset_freq",
|
"secondary_offset_freq",
|
||||||
|
"dmr_filter",
|
||||||
))
|
))
|
||||||
# properties that we inherit from the sdr
|
# properties that we inherit from the sdr
|
||||||
self.props.addLayer(1, self.sdrSource.getProps().filter(
|
self.props.addLayer(1, self.sdrSource.getProps().filter(
|
||||||
@ -47,7 +48,6 @@ class DspManager(csdr.output):
|
|||||||
"digimodes_enable",
|
"digimodes_enable",
|
||||||
"samp_rate",
|
"samp_rate",
|
||||||
"digital_voice_unvoiced_quality",
|
"digital_voice_unvoiced_quality",
|
||||||
"dmr_filter",
|
|
||||||
"temporary_directory",
|
"temporary_directory",
|
||||||
"center_freq",
|
"center_freq",
|
||||||
))
|
))
|
||||||
|
Loading…
Reference in New Issue
Block a user