LivoxProto1: Add 105ms delay before Sample msg

This commit is contained in:
2025-10-23 01:06:34 -04:00
parent b277baa76d
commit 44cfd7ab69
+2
View File
@@ -1588,6 +1588,8 @@ void Device::enablePcloudDataReq(
smo::Callback<Device::enablePcloudDataReqCbFn> callback
)
{
std::this_thread::sleep_for(std::chrono::milliseconds(105));
auto request = std::make_shared<EnablePcloudDataReq>(
*this, std::move(callback));