From 9c7316226ad5bad0119e2fd2ec61166c86ba2cf3 Mon Sep 17 00:00:00 2001 From: Brian Moran Date: Fri, 16 Aug 2024 14:48:16 -0700 Subject: [PATCH] SF-type 0 msgs send only 4 call+rpt but up to 5 RR73 --- widgets/mainwindow.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 805fa8f0d..baa0e67f1 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -10410,7 +10410,7 @@ void MainWindow::foxTxSequencer() QString t,rpt; qint32 islot=0; qint32 n1,n2,n3; - + int nMaxRemainingSlots=0; m_tFoxTx++; //Increment Fox Tx cycle counter //Is it time for a stand-alone CQ? @@ -10462,13 +10462,15 @@ void MainWindow::foxTxSequencer() list1Done: //Compile list2: Up to Nslots Hound calls to be sent a report. +// For Superfox, up to 5 RR73, but only 4 callsigns with reports. m_NSlots should be 5 for SF. + nMaxRemainingSlots = (m_config.superFox()) ? m_Nslots - 1 : m_Nslots; for(int i=0; im_Nslots) n3=m_Nslots; - for(int i=0; i