1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Documentation updates

This commit is contained in:
f4exb
2018-03-24 04:55:51 +01:00
parent 5b7cbdf0e5
commit 6cc370e93e
7 changed files with 9 additions and 8 deletions
@@ -27,7 +27,7 @@
const PluginDescriptor AirspyHFPlugin::m_pluginDescriptor = {
QString("AirspyHF Input"),
QString("3.12.0"),
QString("3.13.1"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,
@@ -4,8 +4,6 @@
This input sample source plugin gets its samples from a [LimeSDR device](https://myriadrf.org/projects/limesdr/).
<p><b>&#9888; The latest version of LimeSuite is used and must be considered experimental. Hence LimeSDR support in SDRangel is also experimental. Only single Rx works more or less.</b></p>
LimeSDR is a 2x2 MIMO device so it has two receiving channels that can run concurrently. To activate the second channel when the first is already active just open a new source tab in the main window (Devices -> Add source device) and select the same LimeSDR device.
<h2>Build</h2>