mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
LimeRFE USB support: REST API fixes
This commit is contained in:
@@ -1024,7 +1024,7 @@ void WebAPIRequestMapper::instanceLimeRFEConfigService(qtwebapp::HttpRequest& re
|
||||
else if (request.getMethod() == "PUT")
|
||||
{
|
||||
SWGSDRangel::SWGLimeRFESettings query;
|
||||
SWGSDRangel::SWGLimeRFESettings normalResponse;
|
||||
SWGSDRangel::SWGSuccessResponse normalResponse;
|
||||
QString jsonStr = request.getBody();
|
||||
QJsonObject jsonObject;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user