Discussion:
[wsjt-devel] ALL.TXT for FT8
Alessandro Gorobey via wsjt-devel
2017-07-13 21:02:50 UTC
Permalink
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
Loading...