[chronojump] Cont of last commit



commit 0cae47ae01cb80c91a989b84608318ebc859a2a5
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Apr 14 12:57:53 2022 +0200

    Cont of last commit

 src/execute/run.cs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/execute/run.cs b/src/execute/run.cs
index 59fd056c6..70ca9e2ca 100644
--- a/src/execute/run.cs
+++ b/src/execute/run.cs
@@ -354,10 +354,11 @@ LogB.Information("going to call photocellWirelessCapture.CaptureStart ()");
 
                                        photocell = pwe.photocell;
 
+                                       /*
                                        //to debug photocell assignement on Wichro.
                                        Random randDelete = new Random();
                                        photocell = randDelete.Next(0,10);
-
+                                       */
 
                                        timestamp = pwe.timeMs - timestampAccumulated; //photocell does not 
send splittime, sends absolute time
                                        timestampAccumulated += timestamp;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]