SourceCode/Bond/Servo/CPageGraph2.cpp
@@ -83,6 +83,7 @@ BOOL CPageGraph2::OnInitDialog() { CDialogEx::OnInitDialog(); InitRxWindows(); SetTimer(1, 2000, nullptr); @@ -375,7 +376,6 @@ void CPageGraph2::OnTimer(UINT_PTR nIDEvent) { if (1 == nIDEvent) { InitRxWindows(); KillTimer(1); std::list<SERVO::CEquipment*>& eqs = theApp.m_model.m_master.getEquipmentList(); for (auto eq : eqs) {