mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-04 05:50:31 -05:00 
			
		
		
		
	Merge branch 'feat-fst280' of bitbucket.org:k1jt/wsjtx into feat-fst280
This commit is contained in:
		
						commit
						be27206b44
					
				@ -8048,7 +8048,7 @@ void MainWindow::WSPR_scheduling ()
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
  m_WSPR_tx_next = false;
 | 
					  m_WSPR_tx_next = false;
 | 
				
			||||||
  if (m_config.is_transceiver_online () // need working rig control for hopping
 | 
					  if (m_config.is_transceiver_online () // need working rig control for hopping
 | 
				
			||||||
      // && !m_config.is_dummy_rig ()
 | 
					      && !m_config.is_dummy_rig ()
 | 
				
			||||||
      && ui->band_hopping_group_box->isChecked ()) {
 | 
					      && ui->band_hopping_group_box->isChecked ()) {
 | 
				
			||||||
    auto hop_data = m_WSPR_band_hopping.next_hop (m_auto);
 | 
					    auto hop_data = m_WSPR_band_hopping.next_hop (m_auto);
 | 
				
			||||||
    qDebug () << "hop data: period:" << hop_data.period_name_
 | 
					    qDebug () << "hop data: period:" << hop_data.period_name_
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user