LAPTOP-SNT8I5JK\Boounion
2025-06-03 61b2bfa09588f08accb13e98ee4cd73015cb2352
SourceCode/Bond/Servo/Model.cpp
@@ -170,6 +170,9 @@
      LOGE("<CModel>onEqDataChanged.");
      notifyPtr(RX_CODE_EQ_DATA_CHANGED, pEquipment);
   };
   masterListener.onRobotTaskEvent = [&](void* pMaster, SERVO::CRobotTask* pTask, int code) {
      notifyPtr(RX_CODE_EQ_ROBOT_TASK, pTask);
   };
   m_master.setListener(masterListener);