forked from xin/TowerOptoSifAndSpectral
1.修改了温度设置错误后的返回。-5改为不return。
This commit is contained in:
@ -96,7 +96,7 @@ int CAbstractFSController::InitializeFSControl()
|
|||||||
if (iRes != 0)
|
if (iRes != 0)
|
||||||
{
|
{
|
||||||
qDebug() << "SetDeviceTemperature Failed" << iRes;
|
qDebug() << "SetDeviceTemperature Failed" << iRes;
|
||||||
return 5;
|
//return 5;
|
||||||
}
|
}
|
||||||
iFlagInit = 1;
|
iFlagInit = 1;
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user