From 43629cb7b05a79194fba60c33afd05a22f8404fc Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Fri, 1 Mar 2024 21:45:07 -0500 Subject: [PATCH] Fixing some instructions. --- owrx/feature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/feature.py b/owrx/feature.py index b20ec194..e14f080f 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -612,7 +612,7 @@ class FeatureDetector(object): 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) decoder suite. The `rtl-433` package is available in most Linux distributions.