Distinguish between m_nTx30 and m_nTx60. Add "QMAP decoding finished" so Active Stations will update.

This commit is contained in:
Joe Taylor
2023-12-11 10:28:13 -05:00
parent 717fd42ac1
commit b0ea3a2eb5
5 changed files with 23 additions and 13 deletions
+1
View File
@@ -9637,6 +9637,7 @@ void MainWindow::readWidebandDecodes()
// Recover and parse each decoded line.
QString line=QString::fromLatin1(qmapcom.result[m_fetched]);
m_fetched++;
if(m_fetched==qmapcom.ndecodes) break;
nhr=line.mid(0,2).toInt();
nmin=line.mid(2,2).toInt();
nsec=line.mid(4,2).toInt();