Make a change to decrease the number of false decodes.

This commit is contained in:
Steven Franke 2020-05-02 10:45:04 -05:00
parent 68efcca51d
commit db773cf7dd

View File

@ -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