mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 12:08:43 -04:00
Avoid the "blue Decode button" syndrome when using SHIFT+F6 in Echo mode.
This commit is contained in:
parent
036c612d41
commit
c1b7890f2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user