From 7d3eedeab2a8c274411aa7f46e42d8f2f408083f Mon Sep 17 00:00:00 2001 From: atef Date: Thu, 24 Apr 2025 11:33:12 +0200 Subject: [PATCH] add comment about the NbrOfFileToConcatenate to be added to the config file --- csharp/App/SodiStoreMax/src/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/csharp/App/SodiStoreMax/src/Program.cs b/csharp/App/SodiStoreMax/src/Program.cs index 9cd7ba5fe..74abc8e4c 100644 --- a/csharp/App/SodiStoreMax/src/Program.cs +++ b/csharp/App/SodiStoreMax/src/Program.cs @@ -64,11 +64,11 @@ internal static class Program private static Boolean _subscribedToQueue = false; private static Boolean _subscribeToQueueForTheFirstTime = false; private static SalimaxAlarmState _prevSalimaxState = SalimaxAlarmState.Green; - private const UInt16 NbrOfFileToConcatenate = 30; - private static UInt16 _fileCounter = 0; + private const UInt16 NbrOfFileToConcatenate = 30; // add this to config file + private static UInt16 _fileCounter = 0; private static SalimaxAlarmState _salimaxAlarmState = SalimaxAlarmState.Green; private const String Port = "/dev/ttyUSB0"; - private static Boolean _oneTimeFlag = false; + private static Boolean _oneTimeFlag = false; static Program() {