LAPTOP-SNT8I5JK\Boounion
2025-09-19 3896bd8be7e7db15e5e1b9f3c07469ad614c8a74
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]);
      }