修正错误的判断条件

Based Core Version to 1.4.89
lowmem
Matthew 1 month ago
parent 026bd1a022
commit 02fc11fc22

@ -1738,7 +1738,7 @@ bool CPhoneDevice::TakePhotoWithNetCamera(IDevice::PHOTO_INFO& localPhotoInfo, c
std::this_thread::sleep_for(std::chrono::milliseconds(1000)); std::this_thread::sleep_for(std::chrono::milliseconds(1000));
} }
if (netCaptureResult == 0) if (netCaptureResult)
{ {
ShutdownEthernet(); ShutdownEthernet();
} }

Loading…
Cancel
Save