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