From 862d3c325041ca4fc92eb12e1d3532701797b314 Mon Sep 17 00:00:00 2001 From: yjun <1917302220@qq.com> Date: Mon, 20 Jan 2025 09:43:31 +0800 Subject: [PATCH] Fix typo in features list (#65) --- owrx/feature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/feature.py b/owrx/feature.py index 1237b83b..7e31df0b 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -589,7 +589,7 @@ class FeatureDetector(object): def has_sddc_connector(self): """ - The [SDCC Connector](https://github.com/jketterl/sddc_connector) + The [SDDC Connector](https://github.com/jketterl/sddc_connector) allows connectivity with SDR devices powered by the `libsddc` library, such as RX666, RX888, HF103, etc. """