Updated Mirics feature description.

This commit is contained in:
Marat Fayzullin 2024-05-24 21:23:03 -04:00
parent a82fe507e2
commit d378be1ac9
1 changed files with 4 additions and 2 deletions

View File

@ -345,8 +345,10 @@ class FeatureDetector(object):
def has_soapy_mirics(self):
"""
The [SoapySDR module for Mirics](https://github.com/ericek111/SoapyMiri)
devices is required for interfacing with Mirics-based hardware (MSi2500 etc).
You will also need to install the [libmirisdr-5](https://github.com/ericek111/libmirisdr-5) library.
devices is required for interfacing with Mirics-based hardware
(MSi001 + MSi2500). You will also need to install the
[libmirisdr-5](https://github.com/ericek111/libmirisdr-5)
library.
"""
return self._has_soapy_driver("soapyMiri")