1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

LimeSDR input: fixed DSP message not sent to self when sending to buddies

This commit is contained in:
f4exb
2017-04-18 02:10:37 +02:00
parent d7acf6f1f9
commit 1a22772744
2 changed files with 13 additions and 2 deletions
@@ -25,7 +25,7 @@ LimeSDRInputSettings::LimeSDRInputSettings()
void LimeSDRInputSettings::resetToDefaults()
{
m_centerFrequency = 435000*1000;
m_devSampleRate = 3072000;
m_devSampleRate = 6000000;
m_log2HardDecim = 2;
m_dcBlock = false;
m_iqCorrection = false;