separate dsd and digiham modes
This commit is contained in:
parent
2ddfa4d4f6
commit
5733a5be9f
@ -91,16 +91,16 @@
|
|||||||
<div class="openwebrx-button openwebrx-demodulator-button" id="openwebrx-button-cw"
|
<div class="openwebrx-button openwebrx-demodulator-button" id="openwebrx-button-cw"
|
||||||
onclick="demodulator_analog_replace('cw');">CW</div>
|
onclick="demodulator_analog_replace('cw');">CW</div>
|
||||||
<div class="openwebrx-button openwebrx-demodulator-button" id="openwebrx-button-dmr"
|
<div class="openwebrx-button openwebrx-demodulator-button" id="openwebrx-button-dmr"
|
||||||
style="display:none;" data-feature="digital_voice"
|
style="display:none;" data-feature="digital_voice_digiham"
|
||||||
onclick="demodulator_analog_replace('dmr');">DMR</div>
|
onclick="demodulator_analog_replace('dmr');">DMR</div>
|
||||||
<div class="openwebrx-button openwebrx-demodulator-button" id="openwebrx-button-dstar"
|
<div class="openwebrx-button openwebrx-demodulator-button" id="openwebrx-button-dstar"
|
||||||
style="display:none;" data-feature="digital_voice"
|
style="display:none;" data-feature="digital_voice_dsd"
|
||||||
onclick="demodulator_analog_replace('dstar');">DStar</div>
|
onclick="demodulator_analog_replace('dstar');">DStar</div>
|
||||||
<div class="openwebrx-button openwebrx-demodulator-button" id="openwebrx-button-nxdn"
|
<div class="openwebrx-button openwebrx-demodulator-button" id="openwebrx-button-nxdn"
|
||||||
style="display:none;" data-feature="digital_voice"
|
style="display:none;" data-feature="digital_voice_dsd"
|
||||||
onclick="demodulator_analog_replace('nxdn');">NXDN</div>
|
onclick="demodulator_analog_replace('nxdn');">NXDN</div>
|
||||||
<div class="openwebrx-button openwebrx-demodulator-button" id="openwebrx-button-ysf"
|
<div class="openwebrx-button openwebrx-demodulator-button" id="openwebrx-button-ysf"
|
||||||
style="display:none;" data-feature="digital_voice"
|
style="display:none;" data-feature="digital_voice_digiham"
|
||||||
onclick="demodulator_analog_replace('ysf');">YSF</div>
|
onclick="demodulator_analog_replace('ysf');">YSF</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="openwebrx-panel-line">
|
<div class="openwebrx-panel-line">
|
||||||
|
@ -16,7 +16,8 @@ class FeatureDetector(object):
|
|||||||
"rtl_sdr": [ "rtl_sdr" ],
|
"rtl_sdr": [ "rtl_sdr" ],
|
||||||
"sdrplay": [ "rx_tools" ],
|
"sdrplay": [ "rx_tools" ],
|
||||||
"hackrf": [ "hackrf_transfer" ],
|
"hackrf": [ "hackrf_transfer" ],
|
||||||
"digital_voice": [ "digiham", "sox" ]
|
"digital_voice_digiham": [ "digiham", "sox" ],
|
||||||
|
"digital_voice_dsd": [ "dsd", "sox" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
def feature_availability(self):
|
def feature_availability(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user