This return statement is preventing UDP packets being sent out for pskreporter 
and JTAlert.I think it's probably meant to be part of the fox logic right above 
it but I commented it out for now and UDP traffic is back.

Index: mainwindow.cpp
===================================================================
--- mainwindow.cpp      (revision 8339)
+++ mainwindow.cpp      (working copy)
@@ -2949,7 +2949,7 @@
             }
           }
         }
-        return;
+        //return;
       }

       if(m_mode=="FT8" or m_mode=="QRA64") auto_sequence (decodedtext, 25, 50);


de Mike W9MDB
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to