Try to correct the logic about not decoding if we transmitted too much. Not fully tested!

This commit is contained in:
Joe Taylor
2023-12-09 15:20:59 -05:00
parent adc457214f
commit 2f1082e973
3 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -5070,7 +5070,7 @@ void MainWindow::guiUpdate()
if(m_decoderBusy) n=1;
ipc_qmap[3]=n;
n=0;
if(m_transmitting) n=1;
if(m_transmitting) n=m_TRperiod;
ipc_qmap[4]=n;
if(ipc_qmap[0] > 0) { //ndecodes
memcpy(&qmapcom, (char*)ipc_qmap, sizeof(qmapcom)); //Fetch the new decode(s)