From 55e7402f88de135e9b4ca891ffb1b4b185e357a5 Mon Sep 17 00:00:00 2001 From: Xerbo Date: Thu, 16 Apr 2020 22:58:52 +0100 Subject: [PATCH] Slight changes to syncing --- dsp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dsp.c b/dsp.c index 4287feb..e16e9bf 100755 --- a/dsp.c +++ b/dsp.c @@ -245,10 +245,10 @@ int getpixelrow(float *pixelv, int nrow, int *zenith) { } // The point in which the pixel offset is recalculated - /*if (corr < 0.75 * max) { - synced = 0; + if (corr < 0.75 * max) { + //synced = 0; FreqLine = 1.0; - }*/ + } max = corr; if (synced < 8) {