From b0a1f97fbcf6e24d1b96a7a480ecab2348f1cc7e Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 13 Jan 2019 02:18:59 +0100 Subject: [PATCH] FCD Pro+: fixed request mapper with correct hardware ID --- sdrbase/webapi/webapirequestmapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdrbase/webapi/webapirequestmapper.cpp b/sdrbase/webapi/webapirequestmapper.cpp index c2eee06c3..8f403ed85 100644 --- a/sdrbase/webapi/webapirequestmapper.cpp +++ b/sdrbase/webapi/webapirequestmapper.cpp @@ -1873,7 +1873,7 @@ bool WebAPIRequestMapper::validateDeviceSettings( return false; } } - else if (*deviceHwType == "FCDProPlus") + else if (*deviceHwType == "FCDPro+") { if (jsonObject.contains("fcdProPlusSettings") && jsonObject["fcdProPlusSettings"].isObject()) {