FCD Pro+: fixed request mapper with correct hardware ID

This commit is contained in:
f4exb 2019-01-13 02:18:59 +01:00
parent a9aac62617
commit b0a1f97fbc
1 changed files with 1 additions and 1 deletions

View File

@ -1873,7 +1873,7 @@ bool WebAPIRequestMapper::validateDeviceSettings(
return false;
}
}
else if (*deviceHwType == "FCDProPlus")
else if (*deviceHwType == "FCDPro+")
{
if (jsonObject.contains("fcdProPlusSettings") && jsonObject["fcdProPlusSettings"].isObject())
{