Fixed NMUX instructions.
This commit is contained in:
parent
80fa8e9a27
commit
639df0a783
|
|
@ -215,9 +215,8 @@ class FeatureDetector(object):
|
|||
"""
|
||||
Nmux is a tool provided by the
|
||||
[CSDR](https://github.com/jketterl/csdr) project and used for
|
||||
the internal multiplexing of IQ data streams. The `python3-csdr`
|
||||
package, found in the OpenWebRX repositories, should be all you
|
||||
need.
|
||||
the internal multiplexing of IQ data streams. You can install
|
||||
the `nmux` package from the OpenWebRX repositories.
|
||||
"""
|
||||
return self.command_is_runnable("nmux --help")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue