Wholesale change from FST280 to FST240

This commit is contained in:
Steven Franke
2020-06-27 08:53:11 -05:00
parent 2cfe0513bb
commit 390884268c
46 changed files with 2524 additions and 118 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ void DisplayText::displayTransmittedText(QString text, QString modeTx, qint32 tx
if(modeTx=="JT4") t1=" $ ";
if(modeTx=="JT65") t1=" # ";
if(modeTx=="MSK144") t1=" & ";
if(modeTx=="FST280") t1=" ` ";
if(modeTx=="FST240") t1=" ` ";
QString t2;
t2 = t2.asprintf("%4d",txFreq);
QString t;