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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user