Looking at r7034.
Somebody on the wsjtx group was talking about EME with the current devel 
version as the replacement for WSJT.
In WSJT-X the short tones are supposed to be generated when rpt.size()==0
 if(!rpt.size ()) {    t=t+" OOO";    msgtype(t, ui->tx2);    msgtype("RO", 
ui->tx3);    msgtype("RRR", ui->tx4);    msgtype("73", ui->tx5->lineEdit ());  
} else {

But I don't see how rpt.size() can ever equal zero since it's set from the 
spinbox herem_rpt=QString::number(n);

de Mike W9MDB
------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to