mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 23:45:00 -04:00
SDRDaemonSink: fixes
This commit is contained in:
@@ -25,12 +25,12 @@ SDRdaemonSinkSettings::SDRdaemonSinkSettings()
|
||||
void SDRdaemonSinkSettings::resetToDefaults()
|
||||
{
|
||||
m_centerFrequency = 435000*1000;
|
||||
m_sampleRate = 192000;
|
||||
m_log2Interp = 4;
|
||||
m_sampleRate = 48000;
|
||||
m_log2Interp = 0;
|
||||
m_txDelay = 0.5;
|
||||
m_nbFECBlocks = 0;
|
||||
m_address = "127.0.0.1";
|
||||
m_dataPort = 9092;
|
||||
m_dataPort = 9090;
|
||||
m_controlPort = 9093;
|
||||
m_specificParameters = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user