mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
SampleSourceFifo refactoring and Tx code reorganization
This commit is contained in:
@@ -2449,6 +2449,13 @@ bool WebAPIRequestMapper::getChannel(
|
||||
QJsonObject settingsJsonObject = channelSettingsJson[channelSettingsKey].toObject();
|
||||
channelSettingsKeys = settingsJsonObject.keys();
|
||||
|
||||
// get possible sub-keys
|
||||
if (channelSettingsKeys.contains("cwKeyer"))
|
||||
{
|
||||
QJsonObject cwJson; // unused
|
||||
appendSettingsSubKeys(settingsJsonObject, cwJson, "cwKeyer", channelSettingsKeys);
|
||||
}
|
||||
|
||||
if (channelSettingsKey == "AMDemodSettings")
|
||||
{
|
||||
channelSettings->setAmDemodSettings(new SWGSDRangel::SWGAMDemodSettings());
|
||||
|
||||
Reference in New Issue
Block a user