Commit 6cf3723c by 郭峰

Merge branch 'feature-1007488' into 'release'

修改WIFI判断04

See merge request !64
parents 74ec523f db1c6958
......@@ -439,7 +439,7 @@ void CameraHandle::sdkDevSnapSyn(XSDK_HANDLE hDevice, int nChannel){
qDebug() << sSn<<":ping 的结果"<<is_ping;
if(is_ping){
deviceReboot();
resetGb28181();
}else {
QString ip=QString::fromUtf8(loginParam->sDevId);
MainWindow::sp_this->clearOfflineCameraHandle(ip,loginParam->nDevPort);
......@@ -1069,6 +1069,9 @@ int CameraHandle::resetGb28181(){
this->hDevice=-1;
XSDK_DevLogout(old);
}
}else{
qInfo()<<QString("SN(%1): WIFI修改ip 失败").arg(sSn);
return -1;
}
}
// 阻塞等待5秒
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment