Hi Mike, I have a couple of patches.
One increases the number of retrys on rigctld as under certain conditions I see the failure dialog when another retry would fix it. I have also added QRA to the psk reporter. How should I share the code patches? Dan n5tm ARRL, QCAW, CW Ops First licensed 1962 > On Sep 10, 2016, at 2:43 PM, Black Michael <[email protected]> wrote:arches > > If anybody is running a "dirty" version of WSJT-X with your own patch how > about letting us know what patch you're using and why? > I'd like to think we can make everybody happy....and maybe somebody has > something useful the rest of us could benefit from... > > I'm running a patch the allow the logging prompt to pop up on RRR. I prefer > to see the same behavior no matter which side of the QSO I'm on. Without it > sometimes forgot to log the QSO. > > de Mike W9MDB > > Index: mainwindow.cpp > =================================================================== > --- mainwindow.cpp (revision 7072) > +++ mainwindow.cpp (working copy) > @@ -145,7 +145,7 @@ > bool message_is_73 (int type, QStringList const& msg_parts) > { > return type >= 0 > - && ((type < 6 && msg_parts.contains ("73")) > + && ((type < 6 && (msg_parts.contains ("73") || msg_parts.contains > ("RRR") )) > || (type == 6 && !msg_parts.filter ("73").isEmpty ())); > } > ------------------------------------------------------------------------------ > _______________________________________________ > wsjt-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
------------------------------------------------------------------------------
_______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
