Fixing formatting.
This commit is contained in:
parent
7c4321c2e7
commit
1fdf14e1a8
|
|
@ -85,10 +85,10 @@ class FeatureDetector(object):
|
|||
"pocsag": ["digiham"],
|
||||
"page": ["multimon"],
|
||||
"selcall": ["multimon"],
|
||||
"ism": ["rtl433"],
|
||||
"js8call": ["js8", "js8py"],
|
||||
"drm": ["dream"],
|
||||
"png": ["imagemagick"],
|
||||
"ism": ["rtl433"],
|
||||
}
|
||||
|
||||
def feature_availability(self):
|
||||
|
|
@ -590,7 +590,7 @@ class FeatureDetector(object):
|
|||
|
||||
def has_rtl433(self):
|
||||
"""
|
||||
OpenWebRX uses the [rtl_433](https://github.com/merbanan/rtl_433) decoder suite to decode various
|
||||
OpenWebRX uses the [rtl-433](https://github.com/merbanan/rtl_433) decoder suite to decode various
|
||||
instrumentation signals. Rtl_433 is available from the package manager on many
|
||||
distributions, or you can compile it from source.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue