chenluhua1980
2026-01-08 2be286ac19bf2bb00e27f556e8b2cc292a58bd09
SourceCode/Bond/Servo/Model.cpp
@@ -41,6 +41,10 @@
   // Always keep SV in sync (even if state didn't change or variables were just loaded).
   m_hsmsPassive.setVariableValue("CurrentControlState", (__int64)static_cast<uint8_t>(m_currentControlState));
   if (newState != prev) {
      notifyInt(RX_CODE_CONTROL_STATE_CHANGED, static_cast<int>(m_currentControlState));
   }
}
IObservable* CModel::getObservable()