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