修复编译错误

PtzNew
Matthew 3 months ago
parent c8966009b8
commit ca7e8e5acf

@ -1896,7 +1896,7 @@ bool CPhoneDevice::StartPushStreaming(IDevice::PHOTO_INFO& photoInfo, const std:
// timeout
XYLOG(XYLOG_SEVERITY_ERROR, "Ethernet not existing CH=%u PR=%X PHOTOID=%u", (uint32_t)photoInfo.channel, (uint32_t)photoInfo.preset, photoInfo.photoId);
#ifdef NDEBUG
TakePhotoCb(0, localPhotoInfo, "", 0);
TakePhotoCb(0, photoInfo, "", 0);
return false;
#endif
}

Loading…
Cancel
Save