1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-02-03 09:44:01 -05:00
This commit is contained in:
srcejon 2024-03-13 16:14:47 +00:00
parent d45058d08f
commit 6a2a4d1281

View File

@ -4481,8 +4481,8 @@ bool WebAPIRequestMapper::getChannelSettings(
else if (channelSettingsKey == "ChannelPowerSettings") else if (channelSettingsKey == "ChannelPowerSettings")
{ {
channelSettings->setChannelPowerSettings(new SWGSDRangel::SWGChannelPowerSettings()); channelSettings->setChannelPowerSettings(new SWGSDRangel::SWGChannelPowerSettings());
channelSettings->setChannelPowerSettings()->init(); channelSettings->getChannelPowerSettings()->init();
channelSettings->setChannelPowerSettings()->fromJsonObject(settingsJsonObject); channelSettings->getChannelPowerSettings()->fromJsonObject(settingsJsonObject);
} }
else if (channelSettingsKey == "ChirpChatDemodSettings") else if (channelSettingsKey == "ChirpChatDemodSettings")
{ {