mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Add DSC demodulator
This commit is contained in:
@@ -4493,6 +4493,11 @@ bool WebAPIRequestMapper::getChannelSettings(
|
||||
channelSettings->setDoa2Settings(new SWGSDRangel::SWGDOA2Settings());
|
||||
channelSettings->getDoa2Settings()->fromJsonObject(settingsJsonObject);
|
||||
}
|
||||
else if (channelSettingsKey == "DSCDemodSettings")
|
||||
{
|
||||
channelSettings->setDscDemodSettings(new SWGSDRangel::SWGDSCDemodSettings());
|
||||
channelSettings->getDscDemodSettings()->fromJsonObject(settingsJsonObject);
|
||||
}
|
||||
else if (channelSettingsKey == "DSDDemodSettings")
|
||||
{
|
||||
channelSettings->setDsdDemodSettings(new SWGSDRangel::SWGDSDDemodSettings());
|
||||
|
||||
Reference in New Issue
Block a user