mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-16 17:11:53 -05:00
Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280
This commit is contained in:
commit
e0502c1d9d
@ -4081,22 +4081,7 @@ void MainWindow::guiUpdate()
|
|||||||
//Once per second:
|
//Once per second:
|
||||||
if(nsec != m_sec0) {
|
if(nsec != m_sec0) {
|
||||||
// qDebug() << "onesec" << m_mode;
|
// qDebug() << "onesec" << m_mode;
|
||||||
|
|
||||||
/*
|
|
||||||
{
|
|
||||||
qint64 m_silentFrames;
|
|
||||||
unsigned mstr=3000; //Also try 1000 and 3000
|
|
||||||
unsigned delay_ms=1000;
|
|
||||||
unsigned m_ic=0;
|
|
||||||
unsigned m_frameRate=48000;
|
|
||||||
m_silentFrames = m_ic + (delay_ms-mstr)*m_frameRate/1000;
|
|
||||||
// m_silentFrames = m_ic + 0.001*(delay_ms-mstr)*m_frameRate;
|
|
||||||
qDebug() << m_silentFrames;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
m_currentBand=m_config.bands()->find(m_freqNominal);
|
m_currentBand=m_config.bands()->find(m_freqNominal);
|
||||||
|
|
||||||
if( SpecOp::HOUND == m_config.special_op_id() ) {
|
if( SpecOp::HOUND == m_config.special_op_id() ) {
|
||||||
qint32 tHound=QDateTime::currentMSecsSinceEpoch()/1000 - m_tAutoOn;
|
qint32 tHound=QDateTime::currentMSecsSinceEpoch()/1000 - m_tAutoOn;
|
||||||
//To keep calling Fox, Hound must reactivate Enable Tx at least once every 2 minutes
|
//To keep calling Fox, Hound must reactivate Enable Tx at least once every 2 minutes
|
||||||
|
Loading…
Reference in New Issue
Block a user