diff --git a/lib/msk40decodeframe.f90 b/lib/msk40decodeframe.f90 index d1067383b..5f0ddc11a 100644 --- a/lib/msk40decodeframe.f90 +++ b/lib/msk40decodeframe.f90 @@ -149,7 +149,12 @@ subroutine msk40decodeframe(c,mycall,hiscall,xsnr,bswl,nhasharray, & endif enddo enddo - endif + if( nsuccess .eq. 0 .and. nhammd.le.1 .and. cord .lt. 0.65 ) then +!write(*,*) 'decodeframe ',nhammd,cord,nrxhash,nrxrpt,ihash,xsnr,sigma + nsuccess=1 + write(msgreceived,'(a1,i4.4,a1,1x,a4)') "<",nrxhash,">",rpt(nrxrpt) + endif + endif endif return