I'd like to request consideration of adding two status items to the UDP
status message.

#1 Runaway
#2 RxFreqMsg

#1 is the runaway watchdog which should always be generated whether the
option for it is on or not.  That way we can disable the popup but still
get an audio alert from secondary applications.

#2 is when a message is receive in the Rx Frequency window without your
callsign or CQ.  I currently do this with this patch.  This allow the audio
alert to tell you when a message appears on the offset you're watching that
you may be following.  No need for callsign and CQ since that is already
covered by other alerts so eliminating those reduces noise.
@@ -2141,6 +2143,8 @@
               (abs(decodedtext.frequencyOffset() - m_wideGraph->rxFreq())
<= 10)) bDisplayRight=true;
       if (bDisplayRight) {
           // This msg is within 10 hertz of our tuned frequency, or a JT4
avg
+        if (!decodedtext.string().contains(m_baseCall) &&
!decodedtext.string().contains("CQ "))
+           QSound::play(m_wavPath+"IsThisAMessageF.wav");
         ui->decodedTextBrowser2->displayDecodedText(decodedtext
                                                     , m_baseCall
                                                     , false

Mike W9MDB
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to