mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-25 14:45:14 -04: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)
|
msg='CQ '//trim(call_2)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
if(msg(1:4).eq.'CQ <') unpk77_success=.false.
|
||||||
|
|
||||||
return
|
return
|
||||||
end subroutine unpack77
|
end subroutine unpack77
|
||||||
|
Loading…
x
Reference in New Issue
Block a user