From 2a5448f5c111f459cb7e2e10428b1e27dddb1a06 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 30 Jan 2021 15:03:52 +0100 Subject: [PATCH] update dsd feature detection to avoid start-up hangs --- owrx/feature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/feature.py b/owrx/feature.py index 8c940d2..3a89542 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -425,7 +425,7 @@ class FeatureDetector(object): The digital voice modes NXDN and D-Star can be decoded by the dsd project. Please note that you need the version modified by F4EXB that provides stdin/stdout support. You can find it [here](https://github.com/f4exb/dsd). """ - return self.command_is_runnable("dsd") + return self.command_is_runnable("dsd -h") def has_m17_demod(self): """