From 1fdf14e1a8a5eb2e7ae4025a1cdbbddc82b4e11d Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Mon, 29 May 2023 18:38:19 -0400 Subject: [PATCH] Fixing formatting. --- owrx/feature.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owrx/feature.py b/owrx/feature.py index d645131e..012da446 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -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. """