mrDarker
2025-09-04 f5d3efdcec2d59e4adf6a3ae534082023e2df345
SourceCode/Bond/Servo/CPageGraph2.cpp
@@ -284,7 +284,10 @@
         }
         */
         theApp.m_model.m_hsmsPassive.requestAlarmReport(1, 2, "abc");
         static int i = 0;
         i++;
         static char* pszText[] = {"123", "456", "789", "abc", "def"};
         theApp.m_model.m_hsmsPassive.requestAlarmReport(i%3, i, pszText[i%5]);
      }