1
0
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:
Jon Beniston
2023-05-15 16:40:43 +01:00
parent 2536746047
commit 04db22584a
45 changed files with 6987 additions and 5 deletions
+5
View File
@@ -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());