mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-31 20:27:51 -04:00
Back off to 77 AP bits for RR73 decodes, for now.
This commit is contained in:
parent
c26d0b4f29
commit
6caf9955a4
@ -401,8 +401,8 @@ contains
|
|||||||
if(iaptype.eq.4 .or. iaptype.eq.5 .or. iaptype.eq.6) then
|
if(iaptype.eq.4 .or. iaptype.eq.5 .or. iaptype.eq.6) then
|
||||||
apmask=0
|
apmask=0
|
||||||
if(ncontest.le.4) then
|
if(ncontest.le.4) then
|
||||||
apmask(1:91)=1 ! mycall, hiscall, RRR|73|RR73
|
apmask(1:77)=1 ! mycall, hiscall, RRR|73|RR73
|
||||||
if(iaptype.eq.6) llrd(1:91)=apmag*apbits(1:91)
|
if(iaptype.eq.6) llrd(1:77)=apmag*apbits(1:77)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user