mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-17 16:24:08 -04:00
Beam steering CW channel
This commit is contained in:
@@ -3550,6 +3550,11 @@ bool WebAPIRequestMapper::getChannelSettings(
|
||||
channelSettings->setAtvModSettings(new SWGSDRangel::SWGATVModSettings());
|
||||
channelSettings->getAtvModSettings()->fromJsonObject(settingsJsonObject);
|
||||
}
|
||||
else if (channelSettingsKey == "BeamSteeringCWModSettings")
|
||||
{
|
||||
channelSettings->setBeamSteeringCwModSettings(new SWGSDRangel::SWGBeamSteeringCWModSettings());
|
||||
channelSettings->getBeamSteeringCwModSettings()->fromJsonObject(settingsJsonObject);
|
||||
}
|
||||
else if (channelSettingsKey == "BFMDemodSettings")
|
||||
{
|
||||
channelSettings->setBfmDemodSettings(new SWGSDRangel::SWGBFMDemodSettings());
|
||||
|
||||
Reference in New Issue
Block a user