mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-25 19:44:24 -04:00
Functional with bare-bones sfox_tx executable.
This commit is contained in:
@@ -10304,7 +10304,7 @@ Transmit:
|
||||
QString foxCall=m_config.my_callsign() + " ";
|
||||
::memcpy(foxcom_.mycall, foxCall.toLatin1(),sizeof foxcom_.mycall); //Copy Fox callsign into foxcom_
|
||||
bool bSuperFox=m_config.superFox();
|
||||
qDebug() << "bb" << foxcom_.nslots << foxcom_.mycall << foxcom_.cmsg[0];
|
||||
// qDebug() << "bb" << foxcom_.nslots << foxcom_.mycall << foxcom_.cmsg[0];
|
||||
char cmnd[120];
|
||||
foxgen_(&bSuperFox, cmnd, 120);
|
||||
if(bSuperFox) {
|
||||
@@ -10892,5 +10892,7 @@ void MainWindow::sfox_tx(QString t)
|
||||
p2.start("sfox_tx", QStringList {t});
|
||||
p2.waitForFinished();
|
||||
QString t2=p2.readAllStandardOutput();
|
||||
t2=t2.left(t2.length()-2);
|
||||
// qDebug() << "aa" << QDateTime::currentMSecsSinceEpoch() - ms0 << t2;
|
||||
qDebug() << "aa" << t2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user