From 5cc48497b877678ce778d4e83caf81d246d60c20 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 1 Oct 2020 11:29:25 +0100 Subject: [PATCH] Remove constraint on WSPRnet.org spots being in WSPR band segments This seems harmless and will accommodate FST4W spots where operation is outside of WSPR band segments. --- Network/wsprnet.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Network/wsprnet.cpp b/Network/wsprnet.cpp index 669ab1554..2ac173095 100644 --- a/Network/wsprnet.cpp +++ b/Network/wsprnet.cpp @@ -144,9 +144,11 @@ void WSPRNet::post (QString const& call, QString const& grid, QString const& rfr if (match.hasMatch ()) { SpotQueue::value_type query; - // Prevent reporting data ouside of the current frequency band + // Prevent reporting data ouside of the current frequency + // band - removed by G4WJS to accommodate FST4W spots + // outside of WSPR segments auto tqrg = match.captured ("freq").toInt (); - if (tqrg >= 1400 && tqrg <= 1600) + // if (tqrg >= 1400 && tqrg <= 1600) { query.addQueryItem ("function", "wspr"); // use time as at 3/4 of T/R period before current to