From 6f0261f5f4f830c9550baa775b5eff6f7015b2e9 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Thu, 12 Oct 2023 11:53:09 +0800 Subject: [PATCH] update --- components/zcancmder_master_module/zcan_xy_robot_master_module.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/zcancmder_master_module/zcan_xy_robot_master_module.cpp b/components/zcancmder_master_module/zcan_xy_robot_master_module.cpp index 42d45f1..3e0d268 100644 --- a/components/zcancmder_master_module/zcan_xy_robot_master_module.cpp +++ b/components/zcancmder_master_module/zcan_xy_robot_master_module.cpp @@ -83,10 +83,10 @@ class ZCANXYRobotCtrlMasterModule : public I_XYRobotCtrlModule { ZCAN_SEND_CMD(kcmd_xy_robot_ctrl_get_base_param, ack, OVERTIME); } virtual int32_t flush() override { // - ZCAN_SEND_CMD_NO_ACK(kcmd_xy_robot_ctrl_flush, 1000); + ZCAN_SEND_CMD_NO_ACK(kcmd_xy_robot_ctrl_flush, 3000); } virtual int32_t factory_reset() override { // - ZCAN_SEND_CMD_NO_ACK(kcmd_xy_robot_ctrl_factory_reset, 1000); + ZCAN_SEND_CMD_NO_ACK(kcmd_xy_robot_ctrl_factory_reset, 3000); } };