Use a timer to establish length of an FT2 (to be FT4?) transmission.

This commit is contained in:
Joe Taylor
2019-01-23 10:09:18 -05:00
parent 7b7857cd77
commit 50c1daf61f
6 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -463,7 +463,7 @@ void DisplayText::displayTransmittedText(QString text, QString modeTx, qint32 tx
QString t2;
t2.sprintf("%4d",txFreq);
QString t;
if(bFastMode or modeTx=="FT8") {
if(bFastMode or modeTx=="FT8" or modeTx=="FT2") {
t = QDateTime::currentDateTimeUtc().toString("hhmmss") + \
" Tx " + t2 + t1 + text;
} else if(modeTx.mid(0,6)=="FT8fox") {