Formatting

This commit is contained in:
2025-10-24 01:45:03 -04:00
parent a5cf996ed2
commit 2b8f6b6ad5
+2 -2
View File
@@ -1419,7 +1419,8 @@ protected:
// Register UDP command handler for sampling response (cmd_set=0x00, cmd_id=0x04)
device.registerUdpCommandHandler(
0x00, 0x04,
std::bind(&EnDisablePcloudDataReq<CallbackType>::enDisablePcloudDataReq1_2,
std::bind(
&EnDisablePcloudDataReq<CallbackType>::enDisablePcloudDataReq1_2,
this, request,
std::placeholders::_1, std::placeholders::_2,
std::placeholders::_3),
@@ -1739,7 +1740,6 @@ void Device::disablePcloudDataReq(
*/
cleanupPcloudDataSocket();
// Send the stop sampling command
if (!request->sendCommand())
{