Mike,

You wrote:

----
If you can confirm TX 6 is set during auto-seq try this change in mainwindow.cpp


void MainWindow::on_txb6_clicked()                                //txb6
{
  m_ntx=6;
  ui->txrb6->setChecked(true);
  if (m_transmitting) m_restart=true;
  if (ui->txrb6->text().contains("CQ") && !ui->cbAutoSeq->isChecked ()) 
set_dateTimeQSO(-1);
  //if (ui->txrb6->text().contains("CQ")) set_dateTimeQSO(-1);
}
—

I misread your email, especially the question.

The start=stop time problem is shown at TX = 5 which is when the QSO Log  
window pops up and the times are shown.    After the log window is closed then 
the seq moves to TX = 6.  So the code snippet will not do anything useful (it 
seems to me) with regard to the start=stop time problem since the QSO Log is 
already written.

— John G4KLA
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to