From db773cf7ddd2fafa8e955d47e8533f5ee2de02d9 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Sat, 2 May 2020 10:45:04 -0500 Subject: [PATCH] Make a change to decrease the number of false decodes. --- lib/ft8/ft8b.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ft8/ft8b.f90 b/lib/ft8/ft8b.f90 index adca77285..89d2e448c 100644 --- a/lib/ft8/ft8b.f90 +++ b/lib/ft8/ft8b.f90 @@ -175,7 +175,7 @@ subroutine ft8b(dd0,newdat,nQSOProgress,nfqso,nftx,ndepth,nzhsym,lapon, & enddo ! hard sync sum - max is 21 nsync=is1+is2+is3 - if(nsync .le. 6) then ! bail out + if(nsync .le. 7) then ! bail out nbadcrc=1 return endif