mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-18 19:39:43 +08:00
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