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