1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -04:00

UDP source: use settings class in GUI (1)

This commit is contained in:
f4exb
2017-10-05 08:38:06 +02:00
parent e3284760f8
commit e6892ab7e1
4 changed files with 223 additions and 138 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ void UDPSrcSettings::resetToDefaults()
m_audioActive = false;
m_audioStereo = false;
m_volume = 20;
m_udpAddressStr = "127.0.0.1";
m_udpAddress = "127.0.0.1";
m_udpPort = 9999;
m_audioPort = 9998;
}