mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
LimeRFE feature: removed rxOn and txOn from settings
This commit is contained in:
@@ -4371,16 +4371,6 @@ bool WebAPIRequestMapper::validateLimeRFEConfig(SWGSDRangel::SWGLimeRFESettings&
|
||||
limeRFESettings.setTxPort(jsonObject["txPort"].toInt());
|
||||
limeRFESettingsKeys.append("txPort");
|
||||
}
|
||||
if (jsonObject.contains("rxOn"))
|
||||
{
|
||||
limeRFESettings.setRxOn(jsonObject["rxOn"].toInt());
|
||||
limeRFESettingsKeys.append("rxOn");
|
||||
}
|
||||
if (jsonObject.contains("txOn"))
|
||||
{
|
||||
limeRFESettings.setTxOn(jsonObject["txOn"].toInt());
|
||||
limeRFESettingsKeys.append("txOn");
|
||||
}
|
||||
if (jsonObject.contains("swrEnable"))
|
||||
{
|
||||
limeRFESettings.setSwrEnable(jsonObject["swrEnable"].toInt());
|
||||
|
||||
Reference in New Issue
Block a user