1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 03:24:18 -04:00

SDRDaemonSink: use QUdpSocket: cleanup

This commit is contained in:
f4exb
2018-09-17 03:53:46 +02:00
parent aac6d09622
commit 7bbb0b426d
4 changed files with 20 additions and 20 deletions
@@ -26,7 +26,7 @@ void SDRdaemonSinkSettings::resetToDefaults()
{
m_centerFrequency = 435000*1000;
m_sampleRate = 48000;
m_txDelay = 0.5;
m_txDelay = 0.35;
m_nbFECBlocks = 0;
m_apiAddress = "127.0.0.1";
m_apiPort = 9091;