mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-24 11:12:27 -04:00
FCD Pro+: fixed request mapper with correct hardware ID
This commit is contained in:
parent
a9aac62617
commit
b0a1f97fbc
@ -1873,7 +1873,7 @@ bool WebAPIRequestMapper::validateDeviceSettings(
|
||||
return false;
|
||||
}
|
||||
}
|
||||
else if (*deviceHwType == "FCDProPlus")
|
||||
else if (*deviceHwType == "FCDPro+")
|
||||
{
|
||||
if (jsonObject.contains("fcdProPlusSettings") && jsonObject["fcdProPlusSettings"].isObject())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user