Avoid the "blue Decode button" syndrome when using SHIFT+F6 in Echo mode.

This commit is contained in:
Joe Taylor 2022-09-01 10:06:38 -04:00
parent 036c612d41
commit c1b7890f2e

View File

@ -94,5 +94,6 @@ subroutine avecho(id2,ndop,nfrit,nauto,nqual,f1,xlevel,snrdb,db_err, &
call pctile(blue(ia:ib),ib-ia+1,50,bblue)
blue=blue-bblue
900 return
900 call sleep_msec(10) !Avoid the "blue Decode button" syndrome
return
end subroutine avecho