LAPTOP-SNT8I5JK\Boounion
2025-05-06 c3287ad7beab5ed711458d065d0ce125488412ec
SourceCode/Bond/Servo/CEquipment.cpp
@@ -370,7 +370,7 @@
         m_bAutoRecipeChange = bFlag;
      }
      // AutoRecipeChange
      // VCR Enable
      bFlag = isBitOn(pszData, size, ++index);
      if (!equalBool(m_bVCREnable[0], bFlag)) {
         m_bVCREnable[0] = bFlag;
@@ -895,7 +895,7 @@
            LOGI("<CEquipment-%s>请求单元<%d>主配方列表成功,正在等待数据.", m_strName.c_str(), unitNo);
         }
         else {
            //m_recipesManager.syncFailed();
            m_recipesManager.syncFailed();
            LOGI("<CEquipment-%s>请求单元<%d>主配方列表失败,code:%d", m_strName.c_str(), unitNo, code);
         }
@@ -904,7 +904,7 @@
      return 0;
   }
   int CEquipment::decodeRecipeListReport(const char* pszData, size_t size)
   short CEquipment::decodeRecipeListReport(const char* pszData, size_t size)
   {
      return m_recipesManager.decodeRecipeListReport(pszData, size);
   }