1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00
This commit is contained in:
srcejon
2024-03-13 16:14:47 +00:00
parent d45058d08f
commit 6a2a4d1281
+2 -2
View File
@@ -4481,8 +4481,8 @@ bool WebAPIRequestMapper::getChannelSettings(
else if (channelSettingsKey == "ChannelPowerSettings")
{
channelSettings->setChannelPowerSettings(new SWGSDRangel::SWGChannelPowerSettings());
channelSettings->setChannelPowerSettings()->init();
channelSettings->setChannelPowerSettings()->fromJsonObject(settingsJsonObject);
channelSettings->getChannelPowerSettings()->init();
channelSettings->getChannelPowerSettings()->fromJsonObject(settingsJsonObject);
}
else if (channelSettingsKey == "ChirpChatDemodSettings")
{