1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 23:45:00 -04:00

BladeRF output plugin: working basically

This commit is contained in:
f4exb
2017-01-02 20:24:25 +01:00
parent 8bd9c74620
commit f48fd4c3a4
8 changed files with 34 additions and 34 deletions
@@ -28,8 +28,8 @@ void BladeRFOutputSettings::resetToDefaults()
{
m_centerFrequency = 435000*1000;
m_devSampleRate = 3072000;
m_vga1 = 20;
m_vga2 = 9;
m_vga1 = -20;
m_vga2 = 20;
m_bandwidth = 1500000;
m_log2Interp = 0;
m_xb200 = false;