Re: [wsjt-devel] Hound freq shift

2019-03-19 Thread Black Michael via wsjt-devel
But...assuming I'm reading the code correctly... if m_nFoxReq == 601 then nfreq = 301 -- right on top of the Fox freq. On Tuesday, March 19, 2019, 10:01:17 AM CDT, Joe Taylor wrote: On 3/19/2019 10:43 AM, Black Michael W9MDB via wsjt-devel wrote: > There's a possible bug in the

Re: [wsjt-devel] Hound freq shift

2019-03-19 Thread Joe Taylor
On 3/19/2019 10:43 AM, Black Michael W9MDB via wsjt-devel wrote: There's a possible bug in the Hound moving logic where TX3 gets shifted. Shouldn't the m_nFoxFreq>600 be n_nFoxFreq>900??           if (m_nSentFoxRrpt==2 and m_ntx==3) {             // move off the original Fox frequency on

[wsjt-devel] Hound freq shift

2019-03-19 Thread Black Michael via wsjt-devel
There's a possible bug in the Hound moving logic where TX3 gets shifted. Shouldn't the m_nFoxFreq>600 be n_nFoxFreq>900??           if (m_nSentFoxRrpt==2 and m_ntx==3) {            // move off the original Fox frequency on subsequent tries of Tx3            int nfreq=m_nFoxFreq + 300;