LivoxProto1: Add 105ms delay before Sample msg
This commit is contained in:
@@ -1588,6 +1588,8 @@ void Device::enablePcloudDataReq(
|
|||||||
smo::Callback<Device::enablePcloudDataReqCbFn> callback
|
smo::Callback<Device::enablePcloudDataReqCbFn> callback
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
std::this_thread::sleep_for(std::chrono::milliseconds(105));
|
||||||
|
|
||||||
auto request = std::make_shared<EnablePcloudDataReq>(
|
auto request = std::make_shared<EnablePcloudDataReq>(
|
||||||
*this, std::move(callback));
|
*this, std::move(callback));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user