From a9f47be96dd213127d9011de9d15ca5171e6b950 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 16 Jun 2024 16:27:58 +0200 Subject: [PATCH] fix warnings regarding invalid escape sequences --- owrx/feature.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owrx/feature.py b/owrx/feature.py index 2bceb32e..e458a962 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -323,7 +323,7 @@ class FeatureDetector(object): def has_soapy_sdrplay(self): """ The [SoapySDRPlay3](https://github.com/pothosware/SoapySDRPlay3) module is required for interfacing with - SDRPlay devices (RSP1\*, RSP2\*, RSPDuo) + SDRPlay devices (RSP1\\*, RSP2\\*, RSPDuo) """ return self._has_soapy_driver("sdrplay") @@ -539,7 +539,7 @@ class FeatureDetector(object): """ The `freedv_rx` executable is required to demodulate FreeDV digital transmissions. It comes together with the codec2 library, but it's only a supplemental part and not installed by default or contained in its packages. - To install it, you will need to compile codec2 from source and manually install freedv\_rx. + To install it, you will need to compile codec2 from source and manually install freedv\\_rx. Detailed installation instructions are available on the [OpenWebRX wiki](https://github.com/jketterl/openwebrx/wiki/FreeDV-demodulator-notes).