1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

HackRF output: implemented transverter mode

This commit is contained in:
f4exb
2019-08-28 08:45:58 +02:00
parent f8d367c569
commit 3cf8a2e826
15 changed files with 171 additions and 7 deletions
@@ -37,6 +37,8 @@ struct HackRFOutputSettings {
quint64 m_devSampleRate;
bool m_biasT;
bool m_lnaExt;
bool m_transverterMode;
qint64 m_transverterDeltaFrequency;
bool m_useReverseAPI;
QString m_reverseAPIAddress;
uint16_t m_reverseAPIPort;