mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
DOA2: added as copy of Interferometer
This commit is contained in:
@@ -4471,6 +4471,11 @@ bool WebAPIRequestMapper::getChannelSettings(
|
||||
channelSettings->setDabDemodSettings(new SWGSDRangel::SWGDABDemodSettings());
|
||||
channelSettings->getDabDemodSettings()->fromJsonObject(settingsJsonObject);
|
||||
}
|
||||
else if (channelSettingsKey == "DOA2Settings")
|
||||
{
|
||||
channelSettings->setDoa2Settings(new SWGSDRangel::SWGDOA2Settings());
|
||||
channelSettings->getDoa2Settings()->fromJsonObject(settingsJsonObject);
|
||||
}
|
||||
else if (channelSettingsKey == "DSDDemodSettings")
|
||||
{
|
||||
channelSettings->setDsdDemodSettings(new SWGSDRangel::SWGDSDDemodSettings());
|
||||
|
||||
Reference in New Issue
Block a user