mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Enable LimeRFE on Windows
This commit is contained in:
parent
0d4da317b3
commit
e6e303cd78
@ -412,7 +412,7 @@ if(ENABLE_HACKRF)
|
||||
endif()
|
||||
if(ENABLE_LIMESUITE)
|
||||
find_package(LimeSuite)
|
||||
if (LINUX AND LIMESUITE_FOUND)
|
||||
if (LIMESUITE_FOUND)
|
||||
add_definitions(-DHAS_LIMERFEUSB)
|
||||
endif()
|
||||
endif()
|
||||
|
@ -1,6 +1,6 @@
|
||||
<h1>LimeRFE USB control</h1>
|
||||
|
||||
The LimeRFE or Lime RF Front End is a power amplifier and LNA board designed to augment the capabilities of the LimeSDR in order to build an operational radio solution. The usage is not limited to LimeSDR any Rx or Tx device can be connected to it. The LimeRFE can be controlled directly via its USB port independently of a LimeSDR device. This interface allows exactly that from the SDRangel GUI. Note that this interface is available only in Linux.
|
||||
The LimeRFE or Lime RF Front End is a power amplifier and LNA board designed to augment the capabilities of the LimeSDR in order to build an operational radio solution. The usage is not limited to LimeSDR any Rx or Tx device can be connected to it. The LimeRFE can be controlled directly via its USB port independently of a LimeSDR device. This interface allows exactly that from the SDRangel GUI.
|
||||
|
||||
To open the LimeRFE USB dialog open the Preferences sub-menu from the top bar and click on the `LimeRFE` item. This item is available only when the code is compiled with the `LimeRFE` branch of LimeSuite.
|
||||
|
||||
|
@ -172,7 +172,7 @@ Use this button to dismiss the dialog
|
||||
|
||||
<h4>1.4 Prefernces - LimeRFE</h4>
|
||||
|
||||
Only in Linux and if LimeSuite library is available this opens a dialog to control a LimeRFE device via USB. The details are provided [here](limerfeusbgui.md).
|
||||
Only if LimeSuite library is available this opens a dialog to control a LimeRFE device via USB. The details are provided [here](limerfeusbgui.md).
|
||||
|
||||
<h4>1.5 Preferences - Devices - User arguments</h4>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user