mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Merge pull request #942 from srcejon/limerfe_windows
Enable LimeRFE on Windows
This commit is contained in:
commit
9e2fef7cf0
@ -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