mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-12 18:58:43 -04:00
Starting to implement decoding of JT65 shorthand messages. Needs testing!
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6665 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@ contains
|
||||
endif
|
||||
endif
|
||||
csync=' '
|
||||
if(sync.ge.float(minsync)) then
|
||||
if(nflip.ne.0 .and. sync.ge.max(0.0,float(minsync))) then
|
||||
csync='*'
|
||||
if(nflip.eq.-1) then
|
||||
csync='#'
|
||||
|
||||
Reference in New Issue
Block a user