LAPTOP-SNT8I5JK\Boounion
2025-02-21 2d7e131c2e7f547df8d5e0d56fcea85cd49c712e
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 {