From 3a8256e3bcd5956200df2a528400e4dc0128cb58 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 24 May 2020 14:43:25 +0200 Subject: [PATCH] update to the sdrplay repository version --- owrx/feature.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owrx/feature.py b/owrx/feature.py index ae29ced..06eb4f5 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -272,9 +272,9 @@ class FeatureDetector(object): """ The SoapySDR module for sdrplay devices is required for interfacing with SDRPlay devices (RSP1*, RSP2*, RSPDuo) - You can get it [here](https://github.com/pothosware/SoapySDRPlay/wiki). + You can get it [here](https://github.com/SDRplay/SoapySDRPlay). """ - return self._has_soapy_driver("sdrplay") or self._has_soapy_driver("sdrPlay") + return self._has_soapy_driver("sdrplay") def has_soapy_airspy(self): """