mrDarker
2025-09-05 6b80da0fe2a6053b39802a6701db6df0ab1fde24
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]);
      }