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

BladeRF2 output: fixed gain handling

This commit is contained in:
f4exb
2018-09-29 10:53:44 +02:00
parent d75a576f69
commit 5566dc6a7e
12 changed files with 22 additions and 156 deletions
@@ -31,7 +31,7 @@ void BladeRF2OutputSettings::resetToDefaults()
m_devSampleRate = 3072000;
m_bandwidth = 1500000;
m_gainMode = 0;
m_globalGain = 0;
m_globalGain = -20;
m_biasTee = false;
m_log2Interp = 0;
}