Never mind...finally noticed I was still in Hound mode which stops sending
reports to JTAlert. We may need a more obvious indication we're in hound mode
like a "HOUND or FOX" message in the Band Activity or Rx Frequency windows.
The status bar in the bottom isn't obvious enough.
However, now that I unchecked Hound that I'm finding JTAlert can no longer send
the CQ's back to WSJT-X -- WSJT-X does not take action.
de Mike W9MDB
On Sunday, December 17, 2017, 11:19:58 PM CST, Black Michael via wsjt-devel
<[email protected]> wrote:
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
------------------------------------------------------------------------------
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