mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Fix typo
This commit is contained in:
parent
d45058d08f
commit
6a2a4d1281
@ -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")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user