Hi,

in mid of
MainWindow::handle_transceiver_update
there is a instruction that cut write to ALL.TXT over 30 MHz.

This cause in RX only that I lost the band change to 6 meters, so cannot distingue in ALL.TXT HF RX from 6m RX.

The test for WSPR is mantained, as WSPR work on separate file.

//  if(s.frequency () < 30000000u && !m_mode.startsWith ("WSPR")) {
// Write freq changes to ALL.TXT only below 30 MHz.
// Write freq changes to ALL.TXT over 30 MHz in some modes
 if((s.frequency () < 30000000u && !m_mode.startsWith ("WSPR"))
  || (!m_config.tx_QSY_allowed()
  && !m_config.enable_VHF_features()
  && ((m_mode=="FT8") || (m_mode=="JT9+JT65")) ) ) {        
qDebug () << "WRITE!!"; 

Compliments for the work !!!!
I was impressed how much OM start use it in a couple of days

--
73
Sandro
IW3RAB

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to