1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-26 12:04:13 -04:00

Deep redesign: Better support for FCD dongles #12: finalized support of FCD Pro

This commit is contained in:
f4exb
2015-09-08 01:27:18 +02:00
parent ddd6fb539c
commit f23a115c23
7 changed files with 125 additions and 124 deletions
+1 -1
View File
@@ -36,7 +36,6 @@ public:
Settings();
quint64 centerFrequency;
qint32 LOppmTenths;
bool biasT;
qint32 lnaGainIndex;
qint32 rfFilterIndex;
qint32 lnaEnhanceIndex;
@@ -112,6 +111,7 @@ public:
private:
void applySettings(const Settings& settings, bool force);
void set_lo_ppm();
hid_device *m_dev;
QMutex m_mutex;