mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 20:28:42 -05:00
Turn off ap symbol generation for type 2 messages. This needs to be completely reworked once basic functionality is established.
This commit is contained in:
parent
57ebc30369
commit
c4e6a310aa
@ -63,7 +63,10 @@ contains
|
||||
1001 format("000000_",i6.6)
|
||||
|
||||
call ft8apset(mycall12,mygrid6,hiscall12,hisgrid6,bcontest,apsym1)
|
||||
call ft8apset_174_91(mycall12,mygrid6,hiscall12,hisgrid6,bcontest,apsym2)
|
||||
! For now, turn off apset until we get basic functionality going... AP will
|
||||
! need to be re-thinked for itype=2 messages.
|
||||
! call ft8apset_174_91(mycall12,mygrid6,hiscall12,hisgrid6,bcontest,apsym2)
|
||||
apsym2=0
|
||||
dd=iwave
|
||||
ndecodes=0
|
||||
allmessages=' '
|
||||
|
Loading…
Reference in New Issue
Block a user