1.修改了温度设置错误后的返回。-5改为不return。

This commit is contained in:
2022-02-28 14:49:46 +08:00
committed by xin
parent 55e3be6c6d
commit bdecd79a2a

View File

@ -96,7 +96,7 @@ int CAbstractFSController::InitializeFSControl()
if (iRes != 0)
{
qDebug() << "SetDeviceTemperature Failed" << iRes;
return 5;
//return 5;
}
iFlagInit = 1;
return 0;