减少电源关闭延迟

hdrplus
陈曦 7 months ago
parent c6eee57115
commit fefa90b01f

@ -1810,7 +1810,7 @@ bool CPhoneDevice::OpenPTZSensors(int sec)
m_shouldStopWaiting.store(false);
return false;
}
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
std::this_thread::sleep_for(std::chrono::milliseconds(200));
}
}

Loading…
Cancel
Save