mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 21:58:38 -05:00
Suppress any decode with a CQ accompanied by a hashed callsign.
This commit is contained in:
parent
fa44270d5f
commit
e857cb9d05
@ -456,6 +456,7 @@ subroutine unpack77(c77,msg,unpk77_success)
|
||||
msg='CQ '//trim(call_2)
|
||||
endif
|
||||
endif
|
||||
if(msg(1:4).eq.'CQ <') unpk77_success=.false.
|
||||
|
||||
return
|
||||
end subroutine unpack77
|
||||
|
Loading…
Reference in New Issue
Block a user