mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -05:00
Updated affected plugins versions
This commit is contained in:
parent
efdfc797ff
commit
f270eff41d
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
sdrangel (3.7.3-1) unstable; urgency=medium
|
sdrangel (3.7.3-1) unstable; urgency=medium
|
||||||
|
|
||||||
* RTLSDR: Button and dialog to set frequency translation for transverter operation
|
* For Airspy, Funcube Pro and Pro+, PlutoSDR Rx and Tx, RTLSDR:
|
||||||
|
* Button and dialog to set frequency translation for transverter operation
|
||||||
|
|
||||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 01 Oct 2017 05:14:18 +0200
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 01 Oct 2017 05:14:18 +0200
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ const char *fcd_traits<Pro>::pluginDisplayedName = "FunCube Pro Input";
|
|||||||
const char *fcd_traits<ProPlus>::pluginDisplayedName = "FunCube Pro+ Input";
|
const char *fcd_traits<ProPlus>::pluginDisplayedName = "FunCube Pro+ Input";
|
||||||
|
|
||||||
const char *fcd_traits<Pro>::pluginVersion = "3.7.3";
|
const char *fcd_traits<Pro>::pluginVersion = "3.7.3";
|
||||||
const char *fcd_traits<ProPlus>::pluginVersion = "3.5.0";
|
const char *fcd_traits<ProPlus>::pluginVersion = "3.7.3";
|
||||||
|
|
||||||
const int64_t fcd_traits<Pro>::loLowLimitFreq = 64000000L;
|
const int64_t fcd_traits<Pro>::loLowLimitFreq = 64000000L;
|
||||||
const int64_t fcd_traits<ProPlus>::loLowLimitFreq = 150000L;
|
const int64_t fcd_traits<ProPlus>::loLowLimitFreq = 150000L;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
const PluginDescriptor AirspyPlugin::m_pluginDescriptor = {
|
const PluginDescriptor AirspyPlugin::m_pluginDescriptor = {
|
||||||
QString("Airspy Input"),
|
QString("Airspy Input"),
|
||||||
QString("3.5.0"),
|
QString("3.7.3"),
|
||||||
QString("(c) Edouard Griffiths, F4EXB"),
|
QString("(c) Edouard Griffiths, F4EXB"),
|
||||||
QString("https://github.com/f4exb/sdrangel"),
|
QString("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
Loading…
Reference in New Issue
Block a user