Fixing some instructions.
This commit is contained in:
parent
03e7cdbcab
commit
43629cb7b0
|
|
@ -612,7 +612,7 @@ class FeatureDetector(object):
|
||||||
|
|
||||||
def has_rtl_433(self):
|
def has_rtl_433(self):
|
||||||
"""
|
"""
|
||||||
OpenWebRX supports decoding various ISM (instrumentation) signals
|
OpenWebRX supports decoding ISM signals from various sensors
|
||||||
by using the [RTL-433](https://github.com/merbanan/rtl_433)
|
by using the [RTL-433](https://github.com/merbanan/rtl_433)
|
||||||
decoder suite. The `rtl-433` package is available in most Linux
|
decoder suite. The `rtl-433` package is available in most Linux
|
||||||
distributions.
|
distributions.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue