From 0277ae872245ef14ab48d24f9270c0ce0f168642 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 15 Jul 2021 12:53:48 +0200 Subject: [PATCH 1/2] fix plutosdr soapy module url --- owrx/feature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/feature.py b/owrx/feature.py index a5c4268..629829c 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -369,7 +369,7 @@ class FeatureDetector(object): """ The SoapySDR module for PlutoSDR devices is required for interfacing with PlutoSDR devices. - You can get it [here](https://github.com/photosware/SoapyPlutoSDR). + You can get it [here](https://github.com/pothosware/SoapyPlutoSDR). """ return self._has_soapy_driver("plutosdr") From e6dd1e0fdeb037338ee056986728bcd5dc201c20 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 15 Jul 2021 12:54:21 +0200 Subject: [PATCH 2/2] disable squelch for DRM, too --- csdr/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csdr/__init__.py b/csdr/__init__.py index 1f4325f..4eed983 100644 --- a/csdr/__init__.py +++ b/csdr/__init__.py @@ -635,7 +635,7 @@ class Dsp(DirewolfConfigSubscriber): # no squelch required on digital voice modes actual_squelch = ( -150 - if self.isDigitalVoice() or self.isPacket() or self.isPocsag() or self.isFreeDV() + if self.isDigitalVoice() or self.isPacket() or self.isPocsag() or self.isFreeDV() or self.isDrm() else self.squelch_level ) if self.running: