From 5733a5be9f3c1bd500f331fbf18984807928dad2 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 13 May 2019 22:45:19 +0200 Subject: [PATCH] separate dsd and digiham modes --- htdocs/index.html | 8 ++++---- owrx/feature.py | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/htdocs/index.html b/htdocs/index.html index 0fa04c4..4a24382 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -91,16 +91,16 @@
CW
diff --git a/owrx/feature.py b/owrx/feature.py index 74b5970..dfc7901 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -16,7 +16,8 @@ class FeatureDetector(object): "rtl_sdr": [ "rtl_sdr" ], "sdrplay": [ "rx_tools" ], "hackrf": [ "hackrf_transfer" ], - "digital_voice": [ "digiham", "sox" ] + "digital_voice_digiham": [ "digiham", "sox" ], + "digital_voice_dsd": [ "dsd", "sox" ] } def feature_availability(self):