LAPTOP-SNT8I5JK\Boounion
2025-02-21 1ea724d777948a9e70ba30a06d3db28641d61d0c
SourceCode/Bond/Servo/Model.cpp
@@ -93,6 +93,7 @@
   masterListener.onEqAlive = [&](void* pMaster, SERVO::CEquipment* pEquipment, BOOL bAlive) -> void {
      LOGI("<CModel>Equipment onAlive:%s(%s).\n", pEquipment->getName().c_str(),
         bAlive ? _T("ON") : _T("OFF"));
      notifyPtr(RX_CODE_EQ_ALIVE, pEquipment);
   };
   masterListener.onEqCimStateChanged = [&](void* pMaster, SERVO::CEquipment* pEquipment, BOOL bOn) -> void {