1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

FunCube Pro input: implemented transverter feature

This commit is contained in:
f4exb
2017-09-25 20:16:25 +02:00
parent 37d44038f4
commit d9d1b8bfec
10 changed files with 97 additions and 17 deletions
@@ -38,6 +38,8 @@ struct FCDProSettings {
qint32 m_gain6Index;
bool m_dcBlock;
bool m_iqCorrection;
bool m_transverterMode;
qint64 m_transverterDeltaFrequency;
FCDProSettings();
void resetToDefaults();