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