update dsd feature detection to avoid start-up hangs
This commit is contained in:
parent
c8695a8e62
commit
2a5448f5c1
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user