mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-13 19:29:02 -04:00
NA_VHF now basically functional in MSK144 mode.
This commit is contained in:
@@ -39,6 +39,8 @@ function stdmsg(msg0)
|
||||
msg(23:37)=' '
|
||||
stdmsg=(msg(1:22).eq.msg1(1:22)) .and. (itype.ge.0) .and. (itype.ne.6)
|
||||
if(.not.stdmsg) then
|
||||
i0=index(msg1,' ')
|
||||
msg1(i0:)=' '
|
||||
call parse77(msg1,i3,n3)
|
||||
if(i3.gt.0 .or. n3.gt.0) stdmsg=.true.
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user