1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-20 06:38:36 -04:00

SSBMod YAML file

This commit is contained in:
f4exb
2018-04-12 23:49:29 +02:00
parent 6e1005018f
commit b151b00182
11 changed files with 288 additions and 7 deletions
@@ -65,8 +65,6 @@ void SSBModSettings::resetToDefaults()
m_agcThresholdGate = 192;
m_agcThresholdDelay = 2400;
m_rgbColor = QColor(0, 255, 0).rgb();
m_udpAddress = "127.0.0.1";
m_udpPort = 9999;
m_title = "SSB Modulator";
m_audioDeviceName = AudioDeviceManager::m_defaultDeviceName;
}