mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-11 05:48:33 -04:00
Disable AP decoding in FT8 DXpedition Fox and Hound modes.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8451 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
46059eb20d
commit
8d6faa7458
@ -18,8 +18,8 @@ Echo 00000000000000000000001000000000
|
||||
FCal 00110100000000000000000000000100
|
||||
FT8 11101000010011100001000010010000
|
||||
FT8/VHF 11101000010011100001000010011000
|
||||
FT8/Fox 11101000010011100001000010000010
|
||||
FT8/Hound 11101000010011100001000010000011
|
||||
FT8/Fox 11101000010011100001000000000010
|
||||
FT8/Hound 11101000010011100001000000000011
|
||||
----------------------------------------------
|
||||
1 2 3
|
||||
01234567890123456789012345678901
|
||||
|
@ -2560,7 +2560,6 @@ void MainWindow::decode() //decode()
|
||||
if( m_diskData ) {
|
||||
dec_data.params.lapcqonly=false;
|
||||
}
|
||||
// QTextStream(stdout) << " lapcqonly is " << dec_data.params.lapcqonly << endl;
|
||||
|
||||
m_msec0=QDateTime::currentMSecsSinceEpoch();
|
||||
if(!m_dataAvailable or m_TRperiod==0) return;
|
||||
@ -4951,7 +4950,7 @@ void MainWindow::on_actionFT8_triggered()
|
||||
ui->cbAutoSeq->setEnabled(false);
|
||||
ui->tabWidget->setCurrentIndex(2);
|
||||
ui->TxFreqSpinBox->setValue(300);
|
||||
displayWidgets(nWidgets("11101000010011100001000010000010"));
|
||||
displayWidgets(nWidgets("11101000010011100001000000000010"));
|
||||
ui->labDXped->setText("DXpedition: Fox");
|
||||
on_actionFox_Log_triggered();
|
||||
}
|
||||
@ -4961,7 +4960,7 @@ void MainWindow::on_actionFT8_triggered()
|
||||
ui->cbAutoSeq->setEnabled(false);
|
||||
ui->tabWidget->setCurrentIndex(0);
|
||||
ui->cbHoldTxFreq->setChecked(true);
|
||||
displayWidgets(nWidgets("11101000010011000001000010000011"));
|
||||
displayWidgets(nWidgets("11101000010011000001000000000011"));
|
||||
ui->labDXped->setText("DXpedition: Hound");
|
||||
ui->txrb2->setEnabled(false);
|
||||
ui->txrb4->setEnabled(false);
|
||||
|
Loading…
Reference in New Issue
Block a user