update dsd feature detection to avoid start-up hangs

This commit is contained in:
Jakob Ketterl 2021-01-30 15:03:52 +01:00
parent c8695a8e62
commit 2a5448f5c1

View File

@ -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):
"""